Home
last modified time | relevance | path

Searched refs:RSA_ASN1_VERSION_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Drsa.h59 # define RSA_ASN1_VERSION_DEFAULT 0 macro
/freebsd/crypto/openssl/doc/man3/
H A DRSA_get0_key.pod161 B<RSA_ASN1_VERSION_DEFAULT> for normal two-prime RSA, as defined in RFC 8017.
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_lib.c860 r->version = pnum > 2 ? RSA_ASN1_VERSION_MULTI : RSA_ASN1_VERSION_DEFAULT; in DEFINE_STACK_OF()