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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_padlock.c892 # ifndef PADLOCK_CHUNK
893 # define PADLOCK_CHUNK 512 /* Must be a power of 2 larger than 16 */ macro
895 # if PADLOCK_CHUNK<16 || PADLOCK_CHUNK&(PADLOCK_CHUNK-1)
896 # error "insane PADLOCK_CHUNK..."
994 chunk %= PADLOCK_CHUNK;
996 chunk = PADLOCK_CHUNK;
1000 allocated = (chunk < nbytes ? PADLOCK_CHUNK : nbytes);
1026 chunk = PADLOCK_CHUNK;
[all...]

Completed in 45 milliseconds