Home
last modified time | relevance | path

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

/xnu-10063.141.1/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h105 #define ccn32_32_parse(p,i) (((const uint32_t *)p)[i]) macro
107 #define ccn32_32_parse(p,i) (((const uint32_t *)p)[i^1]) macro
118 #define ccn32_32_parse(p,i) p[i] macro