Searched refs:rsa_set_ctx_params (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 45 static OSSL_FUNC_asym_cipher_set_ctx_params_fn rsa_set_ctx_params; variable 120 return rsa_set_ctx_params(prsactx, params); in rsa_init() 424 static int rsa_set_ctx_params(void *vprsactx, const OSSL_PARAM params[]) in rsa_set_ctx_params() function 586 (void (*)(void))rsa_set_ctx_params },
|
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 45 static OSSL_FUNC_asym_cipher_set_ctx_params_fn rsa_set_ctx_params; variable 120 return rsa_set_ctx_params(prsactx, params); in rsa_init() 424 static int rsa_set_ctx_params(void *vprsactx, const OSSL_PARAM params[]) in rsa_set_ctx_params() function 587 (void (*)(void))rsa_set_ctx_params },
|
/third_party/openssl/providers/implementations/signature/ |
D | rsa_sig.c | 54 static OSSL_FUNC_signature_set_ctx_params_fn rsa_set_ctx_params; variable 477 if (!rsa_set_ctx_params(prsactx, params)) in rsa_signverify_init() 1148 static int rsa_set_ctx_params(void *vprsactx, const OSSL_PARAM params[]) in rsa_set_ctx_params() function 1465 { OSSL_FUNC_SIGNATURE_SET_CTX_PARAMS, (void (*)(void))rsa_set_ctx_params },
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
D | rsa_sig.c | 54 static OSSL_FUNC_signature_set_ctx_params_fn rsa_set_ctx_params; variable 477 if (!rsa_set_ctx_params(prsactx, params)) in rsa_signverify_init() 1149 static int rsa_set_ctx_params(void *vprsactx, const OSSL_PARAM params[]) in rsa_set_ctx_params() function 1466 { OSSL_FUNC_SIGNATURE_SET_CTX_PARAMS, (void (*)(void))rsa_set_ctx_params },
|