HomeSort by relevance Sort by last modified time
    Searched refs:cpk (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/ssl/
ssl_cert.c 210 CERT_PKEY *cpk = cert->pkeys + i; local
212 if (cpk->x509 != NULL) {
213 rpk->x509 = X509_up_ref(cpk->x509);
216 if (cpk->privatekey != NULL) {
217 rpk->privatekey = EVP_PKEY_up_ref(cpk->privatekey);
220 if (cpk->chain) {
221 rpk->chain = X509_chain_up_ref(cpk->chain);
285 CERT_PKEY *cpk = c->pkeys + i; local
286 if (cpk->x509) {
287 X509_free(cpk->x509)
321 CERT_PKEY *cpk = c->key; local
350 CERT_PKEY *cpk = c->key; local
843 CERT_PKEY *cpk = c->key; local
    [all...]
s3_both.c 304 int ssl3_output_cert_chain(SSL *s, CERT_PKEY *cpk) {
308 if (cpk == NULL) {
314 } else if (!ssl_add_cert_chain(s, cpk, &l)) {
internal.h     [all...]
s3_srvr.c 2286 CERT_PKEY *cpk; local
    [all...]
ssl_lib.c 1827 CERT_PKEY *cpk = &s->cert->pkeys[idx]; local
    [all...]

Completed in 55 milliseconds