Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1205 #define DO_EC(impl, type, output) DO_type_specific_no_pub(impl, type, output) macro
1223 #define DO_X9_62(impl, type, output) DO_EC(impl, type, output)
H A Ddecode_der2key.c703 #define DO_EC(keytype) \ macro