Searched defs:in2 (Results 1 – 14 of 14) sorted by relevance
/openssl/crypto/des/ |
H A D | xcbc_enc.c | 28 register const unsigned char *in2; in DES_xcbc_encrypt() local
|
/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 69 *in2), in ossl_ec_GFp_nistp_points_make_affine_internal()
|
H A D | ecp_nistp521.c | 488 static void felem_mul_ref(largefelem out, const felem in1, const felem in2) in felem_mul_ref() 716 static 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()
|
H A D | ecp_nistp384.c | 420 static void felem_mul_ref(widefelem out, const felem in1, const felem in2) in felem_mul_ref() 714 static void felem_mul_wrapper(widefelem out, const felem in1, const felem in2) in felem_mul_wrapper() 735 static ossl_inline void felem_mul_reduce(felem out, const felem in1, const felem in2) in felem_mul_reduce()
|
H A D | ecp_nistp256.c | 692 static void felem_mul(longfelem out, const felem in1, const felem in2) in felem_mul() 709 const felem in2) in felem_small_mul() 921 const smallfelem in2) in smallfelem_mul_contract()
|
H A D | ecp_nistp224.c | 508 static void felem_mul(widefelem out, const felem in1, const felem in2) in felem_mul() 597 static void felem_mul_reduce(felem out, const felem in1, const felem in2) in felem_mul_reduce()
|
/openssl/providers/implementations/rands/ |
H A D | drbg_hmac.c | 53 const unsigned char *in2, size_t in2len, in do_hmac() 90 const unsigned char *in2, size_t in2len, in drbg_hmac_update()
|
H A D | drbg_ctr.c | 200 const unsigned char *in2, size_t in2len, in ctr_df() 263 const unsigned char *in2, size_t in2len, in ctr_update()
|
H A D | drbg_hash.c | 72 const unsigned char *in2, size_t in2len, in hash_df()
|
/openssl/include/crypto/ |
H A D | modes.h | 180 # define ocb_block16_xor(in1,in2,out) \ argument 184 # define ocb_block16_xor_misaligned(in1,in2,out) \ argument
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_cts.c | 124 static void do_xor(const unsigned char *in1, const unsigned char *in2, in do_xor()
|
/openssl/crypto/modes/ |
H A D | ocb128.c | 79 const unsigned char *in2, size_t len, in ocb_block_xor()
|
/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 228 elem64 in0, in1, in2, in3; in poly1305_blocks() local
|
/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 600 const unsigned char *in2, size_t in2_len, size_t w) in bytepad()
|
Completed in 58 milliseconds