Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dnist_kw.c41 static const unsigned char NIST_KW_ICV2[] = { 0xA6, 0x59, 0x59, 0xA6 }; variable
182 memcpy(output, NIST_KW_ICV2, KW_SEMIBLOCK_LENGTH / 2); in mbedtls_nist_kw_wrap()
398 diff = mbedtls_ct_memcmp(NIST_KW_ICV2, A, KW_SEMIBLOCK_LENGTH / 2); in mbedtls_nist_kw_unwrap()