Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Daes.h295 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
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,
/openthread-latest/third_party/mbedtls/repo/library/
Dpem.c232 ret = mbedtls_aes_crypt_cbc(&aes_ctx, MBEDTLS_AES_DECRYPT, buflen, in pem_aes_decrypt()
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()
Dcipher_wrap.c173 return mbedtls_aes_crypt_cbc((mbedtls_aes_context *) ctx, operation, length, iv, input, in aes_crypt_cbc_wrap()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c734 mbedtls_aes_crypt_cbc(&aes, MBEDTLS_AES_ENCRYPT, BUFSIZE, tmp, buf, buf)); in main()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog527 * Fix a potential corruption of the passed-in IV when mbedtls_aes_crypt_cbc()