Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_xts.c29 static OSSL_FUNC_cipher_decrypt_init_fn aes_xts_dinit; variable
104 static int aes_xts_dinit(void *vctx, const unsigned char *key, size_t keylen, in aes_xts_dinit() function
272 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))aes_xts_dinit }, \
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_xts.c29 static OSSL_FUNC_cipher_decrypt_init_fn aes_xts_dinit; variable
104 static int aes_xts_dinit(void *vctx, const unsigned char *key, size_t keylen, in aes_xts_dinit() function
272 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))aes_xts_dinit }, \