HomeSort by: relevance | last modified time | path
    Searched refs:tdes_wrap_cipher (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_tdes_wrap.c 28 static OSSL_FUNC_cipher_cipher_fn tdes_wrap_cipher; variable
126 static int tdes_wrap_cipher(void *vctx, function
162 if (!tdes_wrap_cipher(vctx, out, outl, outsize, in, inl)) {
186 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))tdes_wrap_cipher }, \
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_tdes_wrap.c 28 static OSSL_FUNC_cipher_cipher_fn tdes_wrap_cipher; variable
127 static int tdes_wrap_cipher(void *vctx, function
163 if (!tdes_wrap_cipher(vctx, out, outl, outsize, in, inl)) {
189 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))tdes_wrap_cipher }, \

Completed in 24 milliseconds