Searched refs:aes_xts_einit (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_xts.c28 static OSSL_FUNC_cipher_encrypt_init_fn aes_xts_einit; variable
97 static int aes_xts_einit(void *vctx, const unsigned char *key, size_t keylen, function
271 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))aes_xts_einit }, \

Completed in 84 milliseconds