Home
last modified time | relevance | path

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

/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c41 static OSSL_FUNC_asym_cipher_freectx_fn rsa_freectx; variable
291 static void rsa_freectx(void *vprsactx) in rsa_freectx() function
598 { OSSL_FUNC_ASYM_CIPHER_FREECTX, (void (*)(void))rsa_freectx },
/openssl/providers/implementations/signature/
H A Drsa_sig.c50 static OSSL_FUNC_signature_freectx_fn rsa_freectx; variable
983 static void rsa_freectx(void *vprsactx) in rsa_freectx() function
1047 rsa_freectx(dstctx); in rsa_dupctx()
1482 { OSSL_FUNC_SIGNATURE_FREECTX, (void (*)(void))rsa_freectx },

Completed in 11 milliseconds