Home
last modified time | relevance | path

Searched refs:mbedtls_aes_crypt_cbc (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_aes.function125 TEST_ASSERT(mbedtls_aes_crypt_cbc(&ctx, MBEDTLS_AES_ENCRYPT, src_str->len, iv_str->x,
150 TEST_ASSERT(mbedtls_aes_crypt_cbc(&ctx, MBEDTLS_AES_DECRYPT, src_str->len, iv_str->x,
433 mbedtls_aes_crypt_cbc(&aes_ctx, invalid_mode, 16,
482 TEST_ASSERT(mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_ENCRYPT,
486 TEST_ASSERT(mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_ENCRYPT,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_aes.function245 TEST_ASSERT(mbedtls_aes_crypt_cbc(&ctx, MBEDTLS_AES_ENCRYPT, src_str->len, iv_str->x,
270 TEST_ASSERT(mbedtls_aes_crypt_cbc(&ctx, MBEDTLS_AES_DECRYPT, src_str->len, iv_str->x,
553 mbedtls_aes_crypt_cbc(&aes_ctx, invalid_mode, 16,
602 TEST_ASSERT(mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_ENCRYPT,
606 TEST_ASSERT(mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_ENCRYPT,
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genaes.c333 n = mbedtls_aes_crypt_cbc(&ctx->u.ctx, (int)ctx->op, len, iv, in lws_genaes_crypt()
337 n = mbedtls_aes_crypt_cbc(&ctx->u.ctx, (int)ctx->op, len, iv, in lws_genaes_crypt()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Daes.h295 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Daes.h293 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx,
/aosp_15_r20/external/mbedtls/library/
H A Dpem.c232 ret = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_DECRYPT, buflen, in pem_aes_decrypt()
H A Daes.c1108 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cbc() function
2025 ret = mbedtls_aes_crypt_cbc(&ctx, mode, 16, iv, buf, buf); in mbedtls_aes_self_test()
H A Dcipher_wrap.c169 return mbedtls_aes_crypt_cbc((mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpem.c232 ret = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_DECRYPT, buflen, in pem_aes_decrypt()
H A Daes.c1072 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_cbc() function
2004 ret = mbedtls_aes_crypt_cbc(&ctx, mode, 16, iv, buf, buf); in mbedtls_aes_self_test()
H A Dcipher_wrap.c173 return mbedtls_aes_crypt_cbc((mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c481 rval = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_ENCRYPT, in image_encrypt()
507 rval = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_DECRYPT, in image_encrypt()
/aosp_15_r20/external/arm-trusted-firmware/tools/marvell/doimage/
H A Ddoimage.c486 rval = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_ENCRYPT, in image_encrypt()
512 rval = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_DECRYPT, in image_encrypt()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c718 mbedtls_aes_crypt_cbc(&aes, MBEDTLS_AES_ENCRYPT, BUFSIZE, tmp, buf, buf)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c734 mbedtls_aes_crypt_cbc(&aes, MBEDTLS_AES_ENCRYPT, BUFSIZE, tmp, buf, buf)); in main()
/aosp_15_r20/external/mbedtls/
H A DChangeLog267 * Fix a potential corruption of the passed-in IV when mbedtls_aes_crypt_cbc()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog527 * Fix a potential corruption of the passed-in IV when mbedtls_aes_crypt_cbc()