Home
last modified time | relevance | path

Searched refs:rsa_params (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/rsa/
H A Drsa_lib.c1127 OSSL_PARAM rsa_params[2], *p = rsa_params; in EVP_PKEY_CTX_set0_rsa_oaep_label() local
1155 ret = evp_pkey_ctx_set_params_strict(ctx, rsa_params); in EVP_PKEY_CTX_set0_rsa_oaep_label()
1166 OSSL_PARAM rsa_params[2], *p = rsa_params; in EVP_PKEY_CTX_get0_rsa_oaep_label() local
1183 if (!EVP_PKEY_CTX_get_params(ctx, rsa_params)) in EVP_PKEY_CTX_get0_rsa_oaep_label()
1186 labellen = rsa_params[0].return_size; in EVP_PKEY_CTX_get0_rsa_oaep_label()
/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c378 static const OSSL_PARAM rsa_params[] = { variable
389 return rsa_params; in rsa_gettable_params()

Completed in 15 milliseconds