Searched defs:LL (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/whrlpool/asm/ |
A D | wp-x86_64.pl | 57 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; } subroutine
|
A D | wp-mmx.pl | 64 sub LL() subroutine
|
/openssl-master/crypto/bf/ |
A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/openssl-master/crypto/whrlpool/ |
A D | wp_block.c | 181 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7 macro 192 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro 211 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \ macro
|
/openssl-master/crypto/des/ |
A D | des_local.h | 146 # define D_ENCRYPT(LL,R,S) { \ argument
|
Completed in 10 milliseconds