Searched refs:rsa_freectx (Results 1 – 2 of 2) sorted by relevance
40 static OSSL_FUNC_asym_cipher_freectx_fn rsa_freectx; variable315 static void rsa_freectx(void *vprsactx) in rsa_freectx() function632 { OSSL_FUNC_ASYM_CIPHER_FREECTX, (void (*)(void))rsa_freectx },
55 static OSSL_FUNC_signature_freectx_fn rsa_freectx; variable1316 static void rsa_freectx(void *vprsactx) in rsa_freectx() function1381 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