Searched refs:rsa_newctx (Results 1 – 2 of 2) sorted by relevance
36 static OSSL_FUNC_asym_cipher_newctx_fn rsa_newctx; variable80 static void *rsa_newctx(void *provctx) in rsa_newctx() function570 { OSSL_FUNC_ASYM_CIPHER_NEWCTX, (void (*)(void))rsa_newctx },
38 static OSSL_FUNC_signature_newctx_fn rsa_newctx; variable174 static void *rsa_newctx(void *provctx, const char *propq) in rsa_newctx() function1433 { OSSL_FUNC_SIGNATURE_NEWCTX, (void (*)(void))rsa_newctx },
Completed in 6 milliseconds