Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1327 #define DO_type_specific_keypair(impl, type, output) \ macro
1334 DO_type_specific_keypair(impl, type, output) \
1349 #define DO_RSA(impl, type, output) DO_type_specific_keypair(impl, type, output)
H A Ddecode_der2key.c1007 #define DO_type_specific_keypair(keytype) \ macro