Searched defs:in2 (Results 1 – 13 of 13) sorted by relevance
/openssl-master/crypto/des/ |
A D | xcbc_enc.c | 28 register const unsigned char *in2; in DES_xcbc_encrypt() local
|
/openssl-master/crypto/ec/ |
A D | ecp_nistputil.c | 69 *in2), in ossl_ec_GFp_nistp_points_make_affine_internal()
|
A D | ecp_nistp521.c | 488 static void felem_mul_ref(largefelem out, const felem in1, const felem in2) in felem_mul_ref() 716 void felem_mul_wrapper(largefelem out, const felem in1, const felem in2) in felem_mul_wrapper() 736 static void felem_mul_reduce(felem out, const felem in1, const felem in2) in felem_mul_reduce()
|
A D | ecp_nistp256.c | 690 static void felem_mul(longfelem out, const felem in1, const felem in2) in felem_mul() 707 const felem in2) in felem_small_mul() 919 const smallfelem in2) in smallfelem_mul_contract()
|
A D | ecp_nistp224.c | 509 static void felem_mul(widefelem out, const felem in1, const felem in2) in felem_mul() 598 static void felem_mul_reduce(felem out, const felem in1, const felem in2) in felem_mul_reduce()
|
/openssl-master/providers/implementations/rands/ |
A D | drbg_hmac.c | 59 const unsigned char *in2, size_t in2len, in do_hmac() 96 const unsigned char *in2, size_t in2len, in drbg_hmac_update()
|
A D | drbg_ctr.c | 199 const unsigned char *in2, size_t in2len, in ctr_df() 262 const unsigned char *in2, size_t in2len, in ctr_update()
|
A D | drbg_hash.c | 70 const unsigned char *in2, size_t in2len, in hash_df()
|
/openssl-master/include/crypto/ |
A D | modes.h | 167 # define ocb_block16_xor(in1,in2,out) \ argument 171 # define ocb_block16_xor_misaligned(in1,in2,out) \ argument
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_cts.c | 126 static void do_xor(const unsigned char *in1, const unsigned char *in2, in do_xor()
|
/openssl-master/crypto/modes/ |
A D | ocb128.c | 79 const unsigned char *in2, size_t len, in ocb_block_xor()
|
/openssl-master/crypto/poly1305/ |
A D | poly1305_ieee754.c | 228 elem64 in0, in1, in2, in3; in poly1305_blocks() local
|
/openssl-master/providers/implementations/macs/ |
A D | kmac_prov.c | 538 const unsigned char *in2, size_t in2_len, size_t w) in bytepad()
|
Completed in 25 milliseconds