Searched refs:aes_xts_init (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.c | 72 static int aes_xts_init(void *vctx, const unsigned char *key, size_t keylen, in aes_xts_init() function 109 return aes_xts_init(vctx, key, keylen, iv, ivlen, params, 1); in aes_xts_einit() 120 return aes_xts_init(vctx, key, keylen, iv, ivlen, params, 0); in aes_xts_dinit()
|
Completed in 4 milliseconds