Searched refs:CERT_PKEY (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_cert_comp.c | 195 static size_t ssl_get_cert_to_compress(SSL *ssl, CERT_PKEY *cpk, unsigned char **data) in ssl_get_cert_to_compress() 233 static int ssl_compress_one_cert(SSL *ssl, CERT_PKEY *cpk, int alg) in ssl_compress_one_cert() 257 static int ssl_compress_certs(SSL *ssl, CERT_PKEY *cpks, int alg_in) in ssl_compress_certs() 301 static size_t ssl_get_compressed_cert(SSL *ssl, CERT_PKEY *cpk, int alg, unsigned char **data, in ssl_get_compressed_cert() 415 CERT_PKEY *cpk = NULL; in SSL_get1_compressed_cert()
|
| H A D | ssl_cert.c | 76 ret->pkeys = OPENSSL_zalloc(ret->ssl_pkey_num * sizeof(CERT_PKEY)); in ssl_cert_new() 107 ret->pkeys = OPENSSL_zalloc(ret->ssl_pkey_num * sizeof(CERT_PKEY)); in ssl_cert_dup() 130 CERT_PKEY *cpk = cert->pkeys + i; in ssl_cert_dup() 131 CERT_PKEY *rpk = ret->pkeys + i; in ssl_cert_dup() 250 CERT_PKEY *cpk = c->pkeys + i; in ssl_cert_clear_certs() 302 CERT_PKEY *cpk = s != NULL ? s->cert->key : ctx->cert->key; in ssl_cert_set0_chain() 339 CERT_PKEY *cpk = s ? s->cert->key : ctx->cert->key; in ssl_cert_add0_chain_cert() 373 CERT_PKEY *cpk = c->pkeys + i; in ssl_cert_select_current() 381 CERT_PKEY *cpk = c->pkeys + i; in ssl_cert_select_current() 405 CERT_PKEY *cpk = c->pkeys + i; in ssl_cert_set_current() [all …]
|
| H A D | ssl_local.h | 1221 typedef struct cert_pkey_st CERT_PKEY; typedef 1396 CERT_PKEY *cert; 2086 CERT_PKEY *key; 2093 CERT_PKEY *pkeys; 2675 CERT_PKEY *cpk, int for_comp);
|
| H A D | t1_lib.c | 3996 CERT_PKEY *cpk = NULL; in tls1_check_chain()
|
| H A D | ssl_lib.c | 4696 CERT_PKEY *cpk = s->s3.tmp.cert; in ssl_get_server_cert_serverinfo()
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_lib.c | 1020 static int ssl_add_cert_chain(SSL_CONNECTION *s, WPACKET *pkt, CERT_PKEY *cpk, int for_comp) in ssl_add_cert_chain() 1327 unsigned long tls_output_rpk(SSL_CONNECTION *sc, WPACKET *pkt, CERT_PKEY *cpk) in tls_output_rpk() 1406 CERT_PKEY *cpk, int for_comp) in ssl3_output_cert_chain()
|
| H A D | statem_local.h | 181 CERT_PKEY *cpk);
|
| H A D | statem_srvr.c | 3857 CERT_PKEY *cpk = s->s3.tmp.cert; in tls_construct_server_certificate()
|
| H A D | statem_clnt.c | 3804 CERT_PKEY *cpk = NULL; in tls_construct_client_certificate()
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 121 -T CERT_PKEY
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 8428 * Add new "valid_flags" field to CERT_PKEY structure which determines what
|