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

/xnu-2422.115.4/bsd/sys/
H A Dcprotect.h43 #define CP_IV_KEYSIZE 20 /* 16x8 = 128, but SHA1 pushes 20 bytes so keep space for that */ macro
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cprotect.c1878 uint8_t iv_key[CP_IV_KEYSIZE];
1905 key_out.iv_key_len = CP_IV_KEYSIZE;
1928 uint8_t cp_cache_iv_key[CP_IV_KEYSIZE]; /* Kiv */
2050 uint8_t iv_key[CP_IV_KEYSIZE];
2051 size_t iv_key_len = CP_IV_KEYSIZE;

Completed in 58 milliseconds