Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpprng_genhw.h65 #define LOCAL_COUNTER (8) in cpRand_hw_sample() macro
68 for(n=0; n<LOCAL_COUNTER && !success; n++) in cpRand_hw_sample()
77 #undef LOCAL_COUNTER in cpRand_hw_sample()
83 #define LOCAL_COUNTER (8) in cpRand_hw_sample32() macro
86 for(n=0; n<LOCAL_COUNTER && !success; n++) in cpRand_hw_sample32()
89 #undef LOCAL_COUNTER in cpRand_hw_sample32()
Dpcptrngenhwca.c63 #define LOCAL_COUNTER (32) /* this constant has been tuned manually stated from 1024, looks that 16… in cpSeed_hw_sample() macro
66 for(n=0; n<LOCAL_COUNTER && !success; n++) in cpSeed_hw_sample()
78 #undef LOCAL_COUNTER in cpSeed_hw_sample()
84 #define LOCAL_COUNTER (32) /* this constant has been tuned manually stated from 1024, looks that 16… in cpSeed_hw_sample32() macro
87 for(n=0; n<LOCAL_COUNTER && !success; n++) in cpSeed_hw_sample32()
90 #undef LOCAL_COUNTER in cpSeed_hw_sample32()