Searched refs:aes_xts_cipher (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.c | 32 static OSSL_FUNC_cipher_cipher_fn aes_xts_cipher; variable 157 static int aes_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_xts_cipher() function 203 if (!aes_xts_cipher(ctx, out, outl, outsize, in, inl)) { in aes_xts_stream_update() 275 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))aes_xts_cipher }, \
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes.c | 310 # define aesni_xts_cipher aes_xts_cipher 665 # define aes_t4_xts_cipher aes_xts_cipher 1689 # define s390x_aes_xts_cipher aes_xts_cipher 3232 static int aes_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in aes_xts_cipher() function
|