Searched refs:ccsha512_K (Results 1 – 5 of 5) sorted by relevance
17 const uint64_t ccsha512_K[80] CC_ALIGNED(16) = { variable
76 extern const uint64_t ccsha512_K[80];
57 #define K(i) ((uint32_t)(ccsha512_K[i] >> 32))
30 #define K ccsha512_K
405 osfmk/corecrypto/ccsha512_K.c standard