Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_tdes.h56 { OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void))ossl_tdes_dupctx }, \
75 OSSL_FUNC_cipher_dupctx_fn ossl_tdes_dupctx; variable
H A Dcipher_tdes_common.c38 void *ossl_tdes_dupctx(void *ctx) in ossl_tdes_dupctx() function