Searched refs:aeskeywrapIV (Results 1 - 1 of 1) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Daeskeywrap.c66 static const uint8 aeskeywrapIV[] = { 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6, 0xa6 }; variable
109 memcpy(A, aeskeywrapIV, AKW_BLOCK_LEN);
213 if (!memcmp(A, aeskeywrapIV, AKW_BLOCK_LEN)) {

Completed in 106 milliseconds