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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_padlock.c906 # ifndef PADLOCK_CHUNK
907 # define PADLOCK_CHUNK 512 /* Must be a power of 2 larger than 16 */ macro
909 # if PADLOCK_CHUNK<16 || PADLOCK_CHUNK&(PADLOCK_CHUNK-1)
910 # error "insane PADLOCK_CHUNK..."
1008 chunk %= PADLOCK_CHUNK;
1010 chunk = PADLOCK_CHUNK;
1014 allocated = (chunk < nbytes ? PADLOCK_CHUNK : nbytes);
1040 chunk = PADLOCK_CHUNK;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_padlock.c906 # ifndef PADLOCK_CHUNK
907 # define PADLOCK_CHUNK 512 /* Must be a power of 2 larger than 16 */ macro
909 # if PADLOCK_CHUNK<16 || PADLOCK_CHUNK&(PADLOCK_CHUNK-1)
910 # error "insane PADLOCK_CHUNK..."
1008 chunk %= PADLOCK_CHUNK;
1010 chunk = PADLOCK_CHUNK;
1014 allocated = (chunk < nbytes ? PADLOCK_CHUNK : nbytes);
1040 chunk = PADLOCK_CHUNK;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c888 #ifndef PADLOCK_CHUNK
889 # define PADLOCK_CHUNK 512 /* Must be a power of 2 larger than 16 */ macro
891 #if PADLOCK_CHUNK<16 || PADLOCK_CHUNK&(PADLOCK_CHUNK-1)
892 # error "insane PADLOCK_CHUNK..."
981 chunk %= PADLOCK_CHUNK;
982 if (chunk==0) chunk = PADLOCK_CHUNK;
986 allocated = (chunk<nbytes?PADLOCK_CHUNK:nbytes);
1013 chunk = PADLOCK_CHUNK;
[all...]

Completed in 111 milliseconds