Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c32 static OSSL_FUNC_cipher_cipher_fn aes_xts_cipher; variable
172 static int aes_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_xts_cipher() function
223 if (!aes_xts_cipher(ctx, out, outl, outsize, in, inl)) { in aes_xts_stream_update()
295 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))aes_xts_cipher }, \
/openssl/crypto/evp/
H A De_aes.c323 # define aesni_xts_cipher aes_xts_cipher
706 # define aes_t4_xts_cipher aes_xts_cipher
1780 # define s390x_aes_xts_cipher aes_xts_cipher
3335 static int aes_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in aes_xts_cipher() function

Completed in 19 milliseconds