Searched refs:EVP_PKEY_CTX_is_a (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| D | rsa_lib.c | 900 if (!EVP_PKEY_CTX_is_a(ctx, "RSA") in int_set_rsa_md_name() 901 && !EVP_PKEY_CTX_is_a(ctx, "RSA-PSS")) in int_set_rsa_md_name() 905 if (!EVP_PKEY_CTX_is_a(ctx, evp_pkey_type2name(keytype))) in int_set_rsa_md_name() 940 if (!EVP_PKEY_CTX_is_a(ctx, "RSA") in int_get_rsa_md_name() 941 && !EVP_PKEY_CTX_is_a(ctx, "RSA-PSS")) in int_get_rsa_md_name() 945 if (!EVP_PKEY_CTX_is_a(ctx, evp_pkey_type2name(keytype))) in int_get_rsa_md_name() 1003 if (!EVP_PKEY_CTX_is_a(ctx, "RSA")) in EVP_PKEY_CTX_set_rsa_oaep_md() 1034 if (!EVP_PKEY_CTX_is_a(ctx, "RSA")) in EVP_PKEY_CTX_get_rsa_oaep_md() 1114 if (!EVP_PKEY_CTX_is_a(ctx, "RSA")) in EVP_PKEY_CTX_set0_rsa_oaep_label() 1147 if (!EVP_PKEY_CTX_is_a(ctx, "RSA")) in EVP_PKEY_CTX_get0_rsa_oaep_label() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | req.c | 648 && (EVP_PKEY_CTX_is_a(genctx, "RSA") in req_main() 649 || EVP_PKEY_CTX_is_a(genctx, "RSA-PSS") in req_main() 650 || EVP_PKEY_CTX_is_a(genctx, "DSA"))) { in req_main() 657 && (EVP_PKEY_CTX_is_a(genctx, "RSA") in req_main() 658 || EVP_PKEY_CTX_is_a(genctx, "RSA-PSS"))) in req_main() 665 if (EVP_PKEY_CTX_is_a(genctx, "DSA") in req_main() 1649 if (keylen == -1 && (EVP_PKEY_CTX_is_a(gctx, "RSA") in set_keygen_ctx() 1650 || EVP_PKEY_CTX_is_a(gctx, "RSA-PSS"))) in set_keygen_ctx()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| D | pmeth_lib.c | 680 int EVP_PKEY_CTX_is_a(EVP_PKEY_CTX *ctx, const char *keytype) in EVP_PKEY_CTX_is_a() function
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/ |
| D | crypto.map | 1952 EVP_PKEY_CTX_is_a;
|
| D | crypto.expsym | 1950 EVP_PKEY_CTX_is_a@@OPENSSL_3.0.0
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | libcrypto.num | 5310 EVP_PKEY_CTX_is_a 5438 3_0_0 EXIST::FUNCTION:
|