Home
last modified time | relevance | path

Searched refs:DO_RSA (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1193 #define DO_RSA(impl, type, output) DO_type_specific_keypair(impl, type, output) macro
1212 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output)
H A Ddecode_der2key.c716 #define DO_RSA(keytype) \ macro