Home
last modified time | relevance | path

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

/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c42 static OSSL_FUNC_asym_cipher_get_ctx_params_fn rsa_get_ctx_params; variable
362 static int rsa_get_ctx_params(void *vprsactx, OSSL_PARAM *params) in rsa_get_ctx_params() function
635 (void (*)(void))rsa_get_ctx_params },
/openssl/providers/implementations/signature/
H A Drsa_sig.c58 static OSSL_FUNC_signature_get_ctx_params_fn rsa_get_ctx_params; variable
1385 static int rsa_get_ctx_params(void *vprsactx, OSSL_PARAM *params) in rsa_get_ctx_params() function
1885 { OSSL_FUNC_SIGNATURE_GET_CTX_PARAMS, (void (*)(void))rsa_get_ctx_params },
2121 (void (*)(void))rsa_get_ctx_params }, \

Completed in 12 milliseconds