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.c40 static OSSL_FUNC_asym_cipher_freectx_fn rsa_freectx; variable
315 static void rsa_freectx(void *vprsactx) in rsa_freectx() function
632 { OSSL_FUNC_ASYM_CIPHER_FREECTX, (void (*)(void))rsa_freectx },
/openssl/providers/implementations/signature/
H A Drsa_sig.c55 static OSSL_FUNC_signature_freectx_fn rsa_freectx; variable
1316 static void rsa_freectx(void *vprsactx) in rsa_freectx() function
1381 rsa_freectx(dstctx); in rsa_dupctx()
1883 { OSSL_FUNC_SIGNATURE_FREECTX, (void (*)(void))rsa_freectx },
2113 { OSSL_FUNC_SIGNATURE_FREECTX, (void (*)(void))rsa_freectx }, \

Completed in 12 milliseconds