HomeSort by: relevance | last modified time | path
    Searched defs:ossl_tdes_dupctx (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_tdes_common.c 38 void *ossl_tdes_dupctx(void *ctx) function
cipher_tdes.h 56 { OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void))ossl_tdes_dupctx }, \
75 OSSL_FUNC_cipher_dupctx_fn ossl_tdes_dupctx; variable
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_tdes_common.c 40 void *ossl_tdes_dupctx(void *ctx) function
cipher_tdes.h 58 { OSSL_FUNC_CIPHER_DUPCTX, (void (*)(void))ossl_tdes_dupctx }, \
80 OSSL_FUNC_cipher_dupctx_fn ossl_tdes_dupctx; variable

Completed in 24 milliseconds