OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CERT_PKEY
(Results
1 - 21
of
21
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert_comp.c
195
static size_t ssl_get_cert_to_compress(SSL *ssl,
CERT_PKEY
*cpk, unsigned char **data)
233
static int ssl_compress_one_cert(SSL *ssl,
CERT_PKEY
*cpk, int alg)
257
static int ssl_compress_certs(SSL *ssl,
CERT_PKEY
*cpks, int alg_in)
288
/* if the cert expanded, set the value in the
CERT_PKEY
to NULL */
301
static size_t ssl_get_compressed_cert(SSL *ssl,
CERT_PKEY
*cpk, int alg, unsigned char **data,
415
CERT_PKEY
*cpk = NULL;
ssl_cert.c
76
ret->pkeys = OPENSSL_zalloc(ret->ssl_pkey_num * sizeof(
CERT_PKEY
));
107
ret->pkeys = OPENSSL_zalloc(ret->ssl_pkey_num * sizeof(
CERT_PKEY
));
130
CERT_PKEY
*cpk = cert->pkeys + i;
131
CERT_PKEY
*rpk = ret->pkeys + i;
250
CERT_PKEY
*cpk = c->pkeys + i;
302
CERT_PKEY
*cpk = s != NULL ? s->cert->key : ctx->cert->key;
339
CERT_PKEY
*cpk = s ? s->cert->key : ctx->cert->key;
373
CERT_PKEY
*cpk = c->pkeys + i;
381
CERT_PKEY
*cpk = c->pkeys + i;
405
CERT_PKEY
*cpk = c->pkeys + i
[
all
...]
ssl_local.h
771
*
CERT_PKEY
entries
1221
typedef struct cert_pkey_st
CERT_PKEY
;
1396
CERT_PKEY
*cert;
1411
* Set if corresponding
CERT_PKEY
can be used with current
2086
CERT_PKEY
*key;
2093
CERT_PKEY
*pkeys;
2675
CERT_PKEY
*cpk, int for_comp);
t1_lib.c
4035
CERT_PKEY
*cpk = NULL;
4277
* When checking a
CERT_PKEY
structure all flags are irrelevant if the
4492
/* If doing RPK, the
CERT_PKEY
won't be "valid" */
ssl_lib.c
4694
CERT_PKEY
*cpk = s->s3.tmp.cert;
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_cert.c
113
CERT_PKEY
*cpk = cert->pkeys + i;
114
CERT_PKEY
*rpk = ret->pkeys + i;
220
CERT_PKEY
*cpk = c->pkeys + i;
264
CERT_PKEY
*cpk = s != NULL ? s->cert->key : ctx->cert->key;
300
CERT_PKEY
*cpk = s ? s->cert->key : ctx->cert->key;
329
CERT_PKEY
*cpk = c->pkeys + i;
337
CERT_PKEY
*cpk = c->pkeys + i;
360
CERT_PKEY
*cpk = c->pkeys + i;
877
CERT_PKEY
*cpk = c->key;
ssl_local.h
1210
typedef struct cert_pkey_st
CERT_PKEY
;
1350
CERT_PKEY
*cert;
1365
* Set if corresponding
CERT_PKEY
can be used with current
1831
*
CERT_PKEY
entries
2011
CERT_PKEY
*key;
2018
CERT_PKEY
pkeys[SSL_PKEY_NUM];
2505
CERT_PKEY
*cpk);
t1_lib.c
2656
CERT_PKEY
*cpk = NULL;
2881
* When checking a
CERT_PKEY
structure all flags are irrelevant if the
ssl_lib.c
3739
CERT_PKEY
*cpk = s->s3.tmp.cert;
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_cert.c
102
CERT_PKEY
*cpk = cert->pkeys + i;
103
CERT_PKEY
*rpk = ret->pkeys + i;
209
CERT_PKEY
*cpk = c->pkeys + i;
255
CERT_PKEY
*cpk = s ? s->cert->key : ctx->cert->key;
288
CERT_PKEY
*cpk = s ? s->cert->key : ctx->cert->key;
317
CERT_PKEY
*cpk = c->pkeys + i;
325
CERT_PKEY
*cpk = c->pkeys + i;
348
CERT_PKEY
*cpk = c->pkeys + i;
760
CERT_PKEY
*cpk = c->key;
ssl_local.h
1519
typedef struct cert_pkey_st
CERT_PKEY
;
1523
*
CERT_PKEY
entries
1616
CERT_PKEY
*cert;
1631
* Set if corresponding
CERT_PKEY
can be used with current
1885
CERT_PKEY
*key;
1893
CERT_PKEY
pkeys[SSL_PKEY_NUM];
2363
CERT_PKEY
*cpk);
t1_lib.c
2174
CERT_PKEY
*cpk = NULL;
2402
* When checking a
CERT_PKEY
structure all flags are irrelevant if the
ssl_lib.c
3501
CERT_PKEY
*cpk = s->s3->tmp.cert;
/src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c
1020
static int ssl_add_cert_chain(SSL_CONNECTION *s, WPACKET *pkt,
CERT_PKEY
*cpk, int for_comp)
1327
unsigned long tls_output_rpk(SSL_CONNECTION *sc, WPACKET *pkt,
CERT_PKEY
*cpk)
1406
CERT_PKEY
*cpk, int for_comp)
statem_local.h
181
CERT_PKEY
*cpk);
statem_clnt.c
3806
CERT_PKEY
*cpk = NULL;
statem_srvr.c
3870
CERT_PKEY
*cpk = s->s3.tmp.cert;
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c
928
static int ssl_add_cert_chain(SSL *s, WPACKET *pkt,
CERT_PKEY
*cpk)
1023
unsigned long ssl3_output_cert_chain(SSL *s, WPACKET *pkt,
CERT_PKEY
*cpk)
statem_srvr.c
3597
CERT_PKEY
*cpk = s->s3.tmp.cert;
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c
911
static int ssl_add_cert_chain(SSL *s, WPACKET *pkt,
CERT_PKEY
*cpk)
1007
unsigned long ssl3_output_cert_chain(SSL *s, WPACKET *pkt,
CERT_PKEY
*cpk)
statem_srvr.c
3795
CERT_PKEY
*cpk = s->s3->tmp.cert;
Completed in 82 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026