Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dcipher_wrap.c214 mbedtls_aes_xts_context *xts_ctx = ctx; in aes_crypt_xts_wrap() local
228 return mbedtls_aes_crypt_xts(xts_ctx, mode, length, in aes_crypt_xts_wrap()
482 mbedtls_aes_xts_context *xts_ctx = ctx; in xts_aes_setkey_enc_wrap() local
483 return mbedtls_aes_xts_setkey_enc(xts_ctx, key, key_bitlen); in xts_aes_setkey_enc_wrap()
489 mbedtls_aes_xts_context *xts_ctx = ctx; in xts_aes_setkey_dec_wrap() local
490 return mbedtls_aes_xts_setkey_dec(xts_ctx, key, key_bitlen); in xts_aes_setkey_dec_wrap()
495 mbedtls_aes_xts_context *xts_ctx = mbedtls_calloc(1, sizeof(*xts_ctx)); in xts_aes_ctx_alloc() local
497 if (xts_ctx != NULL) { in xts_aes_ctx_alloc()
498 mbedtls_aes_xts_init(xts_ctx); in xts_aes_ctx_alloc()
506 mbedtls_aes_xts_context *xts_ctx = ctx; xts_aes_ctx_free() local
[all...]

Completed in 2 milliseconds