Home
last modified time | relevance | path

Searched refs:CERT_PKEY_SIGN (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_check_chain.pod29 B<CERT_PKEY_SIGN>: the EE key can be used for signing.
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1726 s->s3.tmp.valid_flags[i] = CERT_PKEY_SIGN; in tls1_set_server_sigalgs()
2352 pvalid[idx] = CERT_PKEY_EXPLICIT_SIGN | CERT_PKEY_SIGN; in tls1_process_sigalgs()
2876 rv |= *pvalid & (CERT_PKEY_EXPLICIT_SIGN | CERT_PKEY_SIGN); in tls1_check_chain()
2878 rv |= CERT_PKEY_SIGN | CERT_PKEY_EXPLICIT_SIGN; in tls1_check_chain()
2889 *pvalid &= CERT_PKEY_EXPLICIT_SIGN | CERT_PKEY_SIGN; in tls1_check_chain()
H A Dssl_lib.c3690 if (!(pvalid[SSL_PKEY_ECC] & CERT_PKEY_SIGN)) in ssl_set_masks()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c894 {"Sign with EE key", CERT_PKEY_SIGN},
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h560 # define CERT_PKEY_SIGN 0x2 macro
H A Dssl.h.in537 # define CERT_PKEY_SIGN 0x2 macro