Searched refs:l2nn (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/bf/ |
A D | bf_local.h | 38 # define l2nn(l1,l2,c,n) { \ macro
|
A D | bf_enc.c | 172 l2nn(tout0, tout1, out, l + 8); in BF_cbc_encrypt()
|
/openssl-master/crypto/idea/ |
A D | idea_local.h | 44 #define l2nn(l1,l2,c,n) { \ macro
|
A D | i_cbc.c | 85 l2nn(tout0, tout1, out, l + 8); in IDEA_cbc_encrypt()
|
/openssl-master/crypto/rc2/ |
A D | rc2_local.h | 93 #define l2nn(l1,l2,c,n) { \ macro
|
/openssl-master/crypto/rc5/ |
A D | rc5_local.h | 95 #define l2nn(l1,l2,c,n) { \ macro
|
/openssl-master/crypto/cast/ |
A D | c_enc.c | 148 l2nn(tout0, tout1, out, l + 8); in CAST_cbc_encrypt()
|
A D | cast_local.h | 83 #define l2nn(l1,l2,c,n) { \ macro
|
Completed in 11 milliseconds