Searched refs:NEAREST_ALIGNED (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.c680 # define NEAREST_ALIGNED(ptr) ( (unsigned char *)(ptr) + \ macro
683 NEAREST_ALIGNED(ctx->cipher_data))
1016 out = NEAREST_ALIGNED(out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_padlock.c680 # define NEAREST_ALIGNED(ptr) ( (unsigned char *)(ptr) + \ macro
683 NEAREST_ALIGNED(ctx->cipher_data))
1016 out = NEAREST_ALIGNED(out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c672 #define NEAREST_ALIGNED(ptr) ( (unsigned char *)(ptr) + \ macro
675 NEAREST_ALIGNED(ctx->cipher_data))
988 out = NEAREST_ALIGNED(out);

Completed in 53 milliseconds