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