Lines Matching defs:output

1076 #define DO_PRIVATE_KEY(impl, type, kind, output)                            \  argument
1086 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument
1096 #define DO_PARAMETERS(impl, type, kind, output) \ argument
1139 #define DO_PrivateKeyInfo(impl, type, output) \ argument
1143 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument
1148 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument
1167 #define DO_type_specific_params(impl, type, output) \ argument
1171 #define DO_type_specific_keypair(impl, type, output) \ argument
1177 #define DO_type_specific(impl, type, output) \ argument
1182 #define DO_type_specific_no_pub(impl, type, output) \ argument
1193 #define DO_RSA(impl, type, output) DO_type_specific_keypair(impl, type, output) argument
1196 #define DO_DH(impl, type, output) DO_type_specific_params(impl, type, output) argument
1199 #define DO_DHX(impl, type, output) DO_type_specific_params(impl, type, output) argument
1202 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument
1205 #define DO_EC(impl, type, output) DO_type_specific_no_pub(impl, type, output) argument
1208 #define DO_SM2(impl, type, output) DO_type_specific_no_pub(impl, type, output) argument
1212 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument
1216 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument
1219 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument
1223 #define DO_X9_62(impl, type, output) DO_EC(impl, type, output) argument
1246 #define MAKE_ENCODER(impl, type, evp_type, kind, output) \ argument