/openssl-master/crypto/des/ |
A D | des_local.h | 125 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 128 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 135 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 146 # define D_ENCRYPT(LL,R,S) { \ argument
|
/openssl-master/crypto/cast/ |
A D | cast_local.h | 130 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 146 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 168 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
|
/openssl-master/crypto/bf/ |
A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/openssl-master/crypto/bn/ |
A D | bn_gcd.c | 25 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in bn_mod_inverse_no_branch() local 200 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in int_bn_mod_inverse() local
|
A D | bn_rsa_fips186_4.c | 252 BIGNUM *tmp, *R, *r1r2x2, *y1, *r1x2; in ossl_bn_rsa_fips186_4_derive_prime() local
|
A D | bn_div.c | 117 BN_ULLONG R = ((BN_ULLONG)m[0] << BN_BITS2) | m[-1]; in bn_div_3_words() local
|
A D | bn_mont.c | 266 BIGNUM *Ri, *R; in BN_MONT_CTX_set() local
|
/openssl-master/crypto/modes/ |
A D | wrap128.c | 53 unsigned char *A, B[16], *R; in CRYPTO_128_wrap() local 104 unsigned char *A, B[16], *R; in crypto_128_unwrap_raw() local
|
/openssl-master/test/ |
A D | ec_internal_test.c | 200 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in underflow_test() local
|
A D | ectest.c | 42 EC_POINT *P = NULL, *Q = NULL, *R = NULL, *S = NULL; in group_order_tests() local 164 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in prime_field_tests() local 786 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in char2_curve_test() local 939 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in char2_field_tests() local
|
/openssl-master/providers/implementations/kdfs/ |
A D | scrypt.c | 288 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) macro
|
/openssl-master/crypto/ec/ |
A D | ecp_nistz256.c | 319 BN_ULONG H[P256_LIMBS], R[P256_LIMBS]; in ecp_nistz256_point_add() local 448 BN_ULONG H[P256_LIMBS], R[P256_LIMBS]; in ecp_nistz256_point_add_affine() local
|
A D | curve25519.c | 5449 ge_p3 R; in ossl_ed25519_sign() local 5511 ge_p2 R; in ossl_ed25519_verify() local
|
/openssl-master/crypto/aria/ |
A D | aria.c | 442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument
|