Searched refs:MAKE_DECODER (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 710 * MAKE_DECODER is the single driver for creating OSSL_DISPATCH tables. 726 #define MAKE_DECODER(keytype_name, keytype, type, kind) \ macro 759 MAKE_DECODER("DH", dh, dh, PrivateKeyInfo); 760 MAKE_DECODER("DH", dh, dh, SubjectPublicKeyInfo); 761 MAKE_DECODER("DH", dh, dh, type_specific_params); 762 MAKE_DECODER("DH", dh, dh, DH); 763 MAKE_DECODER("DHX", dhx, dhx, PrivateKeyInfo); 764 MAKE_DECODER("DHX", dhx, dhx, SubjectPublicKeyInfo); 765 MAKE_DECODER("DHX", dhx, dhx, type_specific_params); 766 MAKE_DECODER("DH [all...] |
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | decode_der2key.c | 706 * MAKE_DECODER is the single driver for creating OSSL_DISPATCH tables. 722 #define MAKE_DECODER(keytype_name, keytype, type, kind) \ macro 755 MAKE_DECODER("DH", dh, dh, PrivateKeyInfo); 756 MAKE_DECODER("DH", dh, dh, SubjectPublicKeyInfo); 757 MAKE_DECODER("DH", dh, dh, type_specific_params); 758 MAKE_DECODER("DH", dh, dh, DH); 759 MAKE_DECODER("DHX", dhx, dhx, PrivateKeyInfo); 760 MAKE_DECODER("DHX", dhx, dhx, SubjectPublicKeyInfo); 761 MAKE_DECODER("DHX", dhx, dhx, type_specific_params); 762 MAKE_DECODER("DH [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 244 #define MAKE_DECODER(fromtype, objtype) \ macro 252 MAKE_DECODER(der, OSSL_OBJECT_UNKNOWN); 253 MAKE_DECODER(msblob, OSSL_OBJECT_PKEY); 254 MAKE_DECODER(pvk, OSSL_OBJECT_PKEY);
|
/third_party/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 244 #define MAKE_DECODER(fromtype, objtype) \ macro 252 MAKE_DECODER(der, OSSL_OBJECT_UNKNOWN); 253 MAKE_DECODER(msblob, OSSL_OBJECT_PKEY); 254 MAKE_DECODER(pvk, OSSL_OBJECT_PKEY);
|
Completed in 4 milliseconds