Searched defs:padlock_memcpy (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/engines/
H A De_padlock.c485 static inline unsigned char *padlock_memcpy(void *dst, const void *src, function
630 # define padlock_memcpy(o,i,n) ((unsigned char *)memcpy((o),(i),(n)&~3U)) macro
[all...]

Completed in 1245 milliseconds