Searched refs:mbedtls_cipher_crypt (Results 1 – 16 of 16) sorted by relevance
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_ssl_decrypt.function | 64 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,
|
| D | test_suite_cipher.function | 392 /* 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/ |
| D | cipher.h | 895 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx,
|
| D | compat-1.3.h | 1803 #define cipher_crypt mbedtls_cipher_crypt
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | pkcs5.c | 261 if ((ret = mbedtls_cipher_crypt(&cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2_ext()
|
| D | ssl_msg.c | 819 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()
|
| D | cipher.c | 1182 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
|
| /external/mbedtls/include/mbedtls/ |
| D | cipher.h | 1066 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx,
|
| /external/mbedtls/library/ |
| D | pkcs5.c | 252 if ((ret = mbedtls_cipher_crypt(&cipher_ctx, iv, enc_scheme_params.len, in mbedtls_pkcs5_pbes2_ext()
|
| D | cipher.c | 1290 int mbedtls_cipher_crypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_crypt() function
|
| D | ssl_msg.c | 1358 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/ |
| D | test_suite_cipher.function | 1110 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/ |
| D | ssl_helpers.c | 1092 return mbedtls_cipher_crypt(&transform->cipher_ctx_enc, in mbedtls_test_psa_cipher_encrypt_helper()
|
| /external/openthread/third_party/mbedtls/repo/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1378 cipher_crypt mbedtls_cipher_crypt
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 412 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.
|
| /external/mbedtls/ |
| D | ChangeLog | 1109 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.
|