Lines Matching defs:impl
1065 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument
1075 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument
1085 #define DO_PARAMETERS(impl, type, kind, output) \ argument
1128 #define DO_PrivateKeyInfo(impl, type, output) \ argument
1132 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument
1137 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument
1156 #define DO_type_specific_params(impl, type, output) \ argument
1160 #define DO_type_specific_keypair(impl, type, output) \ argument
1166 #define DO_type_specific(impl, type, output) \ argument
1171 #define DO_type_specific_no_pub(impl, type, output) \ argument
1182 #define DO_RSA(impl, type, output) DO_type_specific_keypair(impl, type, output) argument
1185 #define DO_DH(impl, type, output) DO_type_specific_params(impl, type, output) argument
1188 #define DO_DHX(impl, type, output) DO_type_specific_params(impl, type, output) argument
1191 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument
1194 #define DO_EC(impl, type, output) DO_type_specific_no_pub(impl, type, output) argument
1197 #define DO_SM2(impl, type, output) DO_type_specific_no_pub(impl, type, output) argument
1201 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument
1205 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument
1208 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument
1212 #define DO_X9_62(impl, type, output) DO_EC(impl, type, output) argument
1235 #define MAKE_ENCODER(impl, type, evp_type, kind, output) \ argument