Searched refs:tag1 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | authenc.c | 52 uint8_t tag1[MAX_TAG_SIZE] = { 0 }; in stm32_ae_gcm_generate_iv() local 74 res = stm32_cryp_final(&ctx, tag1, sizeof(tag1)); in stm32_ae_gcm_generate_iv() 100 xor_vec((uint8_t *)j0, tag1, tag2, sizeof(tag1)); in stm32_ae_gcm_generate_iv() 113 res = stm32_cryp_update(&ctx, true, (uint8_t *)j0, tag1, in stm32_ae_gcm_generate_iv() 114 sizeof(tag1)); in stm32_ae_gcm_generate_iv() 136 xor_vec(c->tag_mask, tag1, tag2, sizeof(c->tag_mask)); in stm32_ae_gcm_generate_iv()
|
| /optee_os/scripts/ |
| H A D | checkpatch.sh | 59 checkpatch.sh commit1...tags/tag1 Check each commit that exists 68 checkpatch.sh branch1 tags/tag1 Check the HEAD of branch1 and the 69 HEAD of tag1. (requires git v2.19)
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ccm.c | 572 static int mbedtls_ccm_compare_tags(const unsigned char *tag1, in mbedtls_ccm_compare_tags() argument 577 int diff = mbedtls_ct_memcmp(tag1, tag2, tag_len); in mbedtls_ccm_compare_tags()
|