Home
last modified time | relevance | path

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

/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c35 static OSSL_FUNC_asym_cipher_newctx_fn rsa_newctx; variable
81 static void *rsa_newctx(void *provctx) in rsa_newctx() function
627 { OSSL_FUNC_ASYM_CIPHER_NEWCTX, (void (*)(void))rsa_newctx },
/openssl/providers/implementations/signature/
H A Drsa_sig.c38 static OSSL_FUNC_signature_newctx_fn rsa_newctx; variable
227 static void *rsa_newctx(void *provctx, const char *propq) in rsa_newctx() function
1862 { OSSL_FUNC_SIGNATURE_NEWCTX, (void (*)(void))rsa_newctx },
2092 { OSSL_FUNC_SIGNATURE_NEWCTX, (void (*)(void))rsa_newctx }, \

Completed in 10 milliseconds