OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conf_sigalgs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
ssl_cert.c
306
if (cert->
conf_sigalgs
)
308
ret->
conf_sigalgs
= OPENSSL_malloc(cert->conf_sigalgslen);
309
if (!ret->
conf_sigalgs
)
311
memcpy(ret->
conf_sigalgs
, cert->
conf_sigalgs
,
316
ret->
conf_sigalgs
= NULL;
415
if (c->
conf_sigalgs
)
416
OPENSSL_free(c->
conf_sigalgs
);
t1_lib.c
735
else if (s->cert->
conf_sigalgs
)
737
*psigs = s->cert->
conf_sigalgs
;
[
all
...]
ssl_locl.h
488
unsigned char *
conf_sigalgs
;
member in struct:cert_st
492
* uses
conf_sigalgs
. On servers these will be the signature
[
all
...]
Completed in 61 milliseconds