Home
last modified time | relevance | path

Searched refs:mbedtls_ccm_star_auth_decrypt (Results 1 – 8 of 8) sorted by relevance

/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ccm.function107 decrypt_ret = mbedtls_ccm_star_auth_decrypt(&ctx, msg_len, iv, iv_len, add,
247 void mbedtls_ccm_star_auth_decrypt(int cipher_id,
279 ret = mbedtls_ccm_star_auth_decrypt(&ctx, msg->len - tag_len, iv, iv_len,
452 /* mbedtls_ccm_star_auth_decrypt() */
455 mbedtls_ccm_star_auth_decrypt(NULL, valid_len,
462 mbedtls_ccm_star_auth_decrypt(&ctx, valid_len,
469 mbedtls_ccm_star_auth_decrypt(&ctx, valid_len,
476 mbedtls_ccm_star_auth_decrypt(&ctx, valid_len,
483 mbedtls_ccm_star_auth_decrypt(&ctx, valid_len,
490 mbedtls_ccm_star_auth_decrypt(&ctx, valid_len,
Dtest_suite_ccm.data77 mbedtls_ccm_star_auth_decrypt:MBEDTLS_CIPHER_ID_AES:"C0C1C2C3C4C5C6C7C8C9CACBCCCDCECF":"223BC1EC841…
81 mbedtls_ccm_star_auth_decrypt:MBEDTLS_CIPHER_ID_AES:"C0C1C2C3C4C5C6C7C8C9CACBCCCDCECF":"D43E022B":"…
85 mbedtls_ccm_star_auth_decrypt:MBEDTLS_CIPHER_ID_AES:"C0C1C2C3C4C5C6C7C8C9CACBCCCDCECF":"D84FDE52906…
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dccm.h278 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length,
/external/mbedtls/include/mbedtls/
Dccm.h297 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length,
/external/openthread/third_party/mbedtls/repo/library/
Dccm.c346 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_auth_decrypt() function
397 return mbedtls_ccm_star_auth_decrypt(ctx, length, iv, iv_len, add, in mbedtls_ccm_auth_decrypt()
/external/mbedtls/tests/suites/
Dtest_suite_ccm.function166 decrypt_ret = mbedtls_ccm_star_auth_decrypt(&ctx, msg_len, iv, iv_len, add,
409 void mbedtls_ccm_star_auth_decrypt(int cipher_id,
449 TEST_EQUAL(mbedtls_ccm_star_auth_decrypt(&ctx, expected_msg_len, iv, iv_len,
Dtest_suite_ccm.data71 mbedtls_ccm_star_auth_decrypt:MBEDTLS_CIPHER_ID_AES:"C0C1C2C3C4C5C6C7C8C9CACBCCCDCECF":"223BC1EC841…
75 mbedtls_ccm_star_auth_decrypt:MBEDTLS_CIPHER_ID_AES:"C0C1C2C3C4C5C6C7C8C9CACBCCCDCECF":"D43E022B":"…
79 mbedtls_ccm_star_auth_decrypt:MBEDTLS_CIPHER_ID_AES:"C0C1C2C3C4C5C6C7C8C9CACBCCCDCECF":"D84FDE52906…
/external/mbedtls/library/
Dccm.c557 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_auth_decrypt() function