Lines Matching refs:mbedtls_aes_crypt_ecb
1024 int mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ecb() function
1112 ret = mbedtls_aes_crypt_ecb(ctx, mode, input, output); in mbedtls_aes_crypt_cbc()
1131 ret = mbedtls_aes_crypt_ecb(ctx, mode, output, output); in mbedtls_aes_crypt_cbc()
1218 ret = mbedtls_aes_crypt_ecb(&ctx->tweak, MBEDTLS_AES_ENCRYPT, in mbedtls_aes_crypt_xts()
1237 ret = mbedtls_aes_crypt_ecb(&ctx->crypt, mode, tmp, tmp); in mbedtls_aes_crypt_xts()
1274 ret = mbedtls_aes_crypt_ecb(&ctx->crypt, mode, tmp, tmp); in mbedtls_aes_crypt_xts()
1317 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb128()
1332 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb128()
1370 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_cfb8()
1416 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, iv, iv); in mbedtls_aes_crypt_ofb()
1456 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block); in mbedtls_aes_crypt_ctr()
1932 ret = mbedtls_aes_crypt_ecb(&ctx, mode, buf, buf); in mbedtls_aes_self_test()