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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_cert.c384 ret->ciphers_raw = NULL;
501 if (c->ciphers_raw)
502 OPENSSL_free(c->ciphers_raw);
H A Dssl_lib.c1156 if (s->cert->ciphers_raw == NULL)
1158 *(unsigned char **)parg = s->cert->ciphers_raw;
1544 if (s->cert->ciphers_raw)
1545 OPENSSL_free(s->cert->ciphers_raw);
1546 s->cert->ciphers_raw = BUF_memdup(p, num);
1547 if (s->cert->ciphers_raw == NULL) {
3200 ssl->cert->ciphers_raw = ocert->ciphers_raw;
3202 ocert->ciphers_raw = NULL;
H A Dssl_locl.h695 unsigned char *ciphers_raw; member in struct:cert_st

Completed in 116 milliseconds