Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_crypt (Results 1 – 16 of 16) sorted by relevance

/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl_decrypt.function64 TEST_EQUAL(mbedtls_cipher_crypt(&transform_out.cipher_ctx_enc,
247 TEST_EQUAL(0, mbedtls_cipher_crypt(&t0.cipher_ctx_enc,
272 TEST_EQUAL(0, mbedtls_cipher_crypt(&t0.cipher_ctx_enc,
308 TEST_EQUAL(0, mbedtls_cipher_crypt(&t0.cipher_ctx_enc,
Dtest_suite_cipher.function392 /* mbedtls_cipher_crypt() */
395 mbedtls_cipher_crypt(NULL,
401 mbedtls_cipher_crypt(&valid_ctx,
407 mbedtls_cipher_crypt(&valid_ctx,
413 mbedtls_cipher_crypt(&valid_ctx,
419 mbedtls_cipher_crypt(&valid_ctx,
1538 TEST_ASSERT(finish_result == mbedtls_cipher_crypt(&ctx, iv->len ? iv->x : NULL,
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h895 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx,
Dcompat-1.3.h1803 #define cipher_crypt mbedtls_cipher_crypt
/external/openthread/third_party/mbedtls/repo/library/
Dpkcs5.c261 if ((ret = mbedtls_cipher_crypt(&cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2_ext()
Dssl_msg.c819 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
992 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
1149 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
1411 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
Dcipher.c1182 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
/external/mbedtls/include/mbedtls/
Dcipher.h1066 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx,
/external/mbedtls/library/
Dpkcs5.c252 if ((ret = mbedtls_cipher_crypt(&cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2_ext()
Dcipher.c1290 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
Dssl_msg.c1358 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
1897 if ((ret = mbedtls_cipher_crypt(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
/external/mbedtls/tests/suites/
Dtest_suite_cipher.function1110 TEST_ASSERT(finish_result == mbedtls_cipher_crypt(&ctx, iv->len ? iv->x : NULL,
1239 mbedtls_cipher_crypt(&ctx, iv, sizeof(iv), input,
1243 TEST_EQUAL(0, mbedtls_cipher_crypt(&ctx, iv, sizeof(iv), input,
/external/mbedtls/tests/src/test_helpers/
Dssl_helpers.c1092 return mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_test_psa_cipher_encrypt_helper()
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1378 cipher_crypt mbedtls_cipher_crypt
/external/openthread/third_party/mbedtls/repo/
DChangeLog412 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.
/external/mbedtls/
DChangeLog1109 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.