Searched refs:ciphers_raw (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c384 ret->ciphers_raw = NULL;
502 if (c->ciphers_raw)
503 OPENSSL_free(c->ciphers_raw);
H A Dssl_lib.c1156 if (s->cert->ciphers_raw == NULL)
1158 *(unsigned char **)parg = s->cert->ciphers_raw;
1535 if (s->cert->ciphers_raw)
1536 OPENSSL_free(s->cert->ciphers_raw);
1537 s->cert->ciphers_raw = BUF_memdup(p, num);
1538 if (s->cert->ciphers_raw == NULL) {
3182 ssl->cert->ciphers_raw = ocert->ciphers_raw;
3184 ocert->ciphers_raw = NULL;
H A Dssl_locl.h685 unsigned char *ciphers_raw; member in struct:cert_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c384 ret->ciphers_raw = NULL;
502 if (c->ciphers_raw)
503 OPENSSL_free(c->ciphers_raw);
H A Dssl_lib.c1156 if (s->cert->ciphers_raw == NULL)
1158 *(unsigned char **)parg = s->cert->ciphers_raw;
1535 if (s->cert->ciphers_raw)
1536 OPENSSL_free(s->cert->ciphers_raw);
1537 s->cert->ciphers_raw = BUF_memdup(p, num);
1538 if (s->cert->ciphers_raw == NULL) {
3182 ssl->cert->ciphers_raw = ocert->ciphers_raw;
3184 ocert->ciphers_raw = NULL;
H A Dssl_locl.h685 unsigned char *ciphers_raw; member in struct:cert_st

Completed in 71 milliseconds