Searched refs:rsa_get_ctx_params (Results 1 – 2 of 2) sorted by relevance
42 static OSSL_FUNC_asym_cipher_get_ctx_params_fn rsa_get_ctx_params; variable362 static int rsa_get_ctx_params(void *vprsactx, OSSL_PARAM *params) in rsa_get_ctx_params() function635 (void (*)(void))rsa_get_ctx_params },
58 static OSSL_FUNC_signature_get_ctx_params_fn rsa_get_ctx_params; variable1385 static int rsa_get_ctx_params(void *vprsactx, OSSL_PARAM *params) in rsa_get_ctx_params() function1885 { OSSL_FUNC_SIGNATURE_GET_CTX_PARAMS, (void (*)(void))rsa_get_ctx_params },2118 (void (*)(void))rsa_get_ctx_params }, \
Completed in 13 milliseconds