HomeSort by: relevance | last modified time | path
    Searched refs:MAKE_ENCODER (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 1382 * MAKE_ENCODER is the single driver for creating OSSL_DISPATCH tables.
1398 #define MAKE_ENCODER(impl, type, kind, output) \
1469 MAKE_ENCODER(rsa, rsa, type_specific_keypair, der);
1471 MAKE_ENCODER(dh, dh, type_specific_params, der);
1472 MAKE_ENCODER(dhx, dh, type_specific_params, der);
1475 MAKE_ENCODER(dsa, dsa, type_specific, der);
1478 MAKE_ENCODER(ec, ec, type_specific_no_pub, der);
1480 MAKE_ENCODER(sm2, ec, type_specific_no_pub, der);
1488 MAKE_ENCODER(rsa, rsa, type_specific_keypair, pem);
1490 MAKE_ENCODER(dh, dh, type_specific_params, pem)
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 1226 * MAKE_ENCODER is the single driver for creating OSSL_DISPATCH tables.
1246 #define MAKE_ENCODER(impl, type, evp_type, kind, output) \
1316 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, type_specific_keypair, der);
1318 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, type_specific_params, der);
1319 MAKE_ENCODER(dhx, dh, EVP_PKEY_DHX, type_specific_params, der);
1322 MAKE_ENCODER(dsa, dsa, EVP_PKEY_DSA, type_specific, der);
1325 MAKE_ENCODER(ec, ec, EVP_PKEY_EC, type_specific_no_pub, der);
1327 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, type_specific_no_pub, der);
1335 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, type_specific_keypair, pem);
1337 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, type_specific_params, pem)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
tls-provider.c 1920 * MAKE_ENCODER is the single driver for creating OSSL_DISPATCH tables.
1936 #define MAKE_ENCODER(impl, type, kind, output) \
2017 MAKE_ENCODER(xorhmacsig, xorx, EncryptedPrivateKeyInfo, der);
2018 MAKE_ENCODER(xorhmacsig, xorx, EncryptedPrivateKeyInfo, pem);
2019 MAKE_ENCODER(xorhmacsig, xorx, PrivateKeyInfo, der);
2020 MAKE_ENCODER(xorhmacsig, xorx, PrivateKeyInfo, pem);
2021 MAKE_ENCODER(xorhmacsig, xorx, SubjectPublicKeyInfo, der);
2022 MAKE_ENCODER(xorhmacsig, xorx, SubjectPublicKeyInfo, pem);
2023 MAKE_ENCODER(xorhmacsha2sig, xorx, EncryptedPrivateKeyInfo, der);
2024 MAKE_ENCODER(xorhmacsha2sig, xorx, EncryptedPrivateKeyInfo, pem)
    [all...]

Completed in 27 milliseconds