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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_padlock.c666 # define NEAREST_ALIGNED(ptr) ( (unsigned char *)(ptr) + \ macro
669 NEAREST_ALIGNED(ctx->cipher_data))
1002 out = NEAREST_ALIGNED(out);

Completed in 99 milliseconds