/openssl/crypto/cast/ |
H A D | cast_local.h | 85 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 101 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 123 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
|
/openssl/crypto/des/ |
H A D | des_local.h | 123 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 126 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 133 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 144 # define D_ENCRYPT(LL,R,S) { \ argument
|
/openssl/crypto/ec/ |
H A D | ecp_sm2p256.c | 188 static void ecp_sm2p256_point_double(P256_POINT *R, const P256_POINT *P) in ecp_sm2p256_point_double() 224 static void ecp_sm2p256_point_add_affine(P256_POINT *R, const P256_POINT *P, in ecp_sm2p256_point_add_affine() 287 static void ecp_sm2p256_point_add(P256_POINT *R, const P256_POINT *P, in ecp_sm2p256_point_add() 345 static void ecp_sm2p256_point_G_mul_by_scalar(P256_POINT *R, const BN_ULONG *k) in ecp_sm2p256_point_G_mul_by_scalar() 380 static void ecp_sm2p256_point_P_mul_by_scalar(P256_POINT *R, const BN_ULONG *k, in ecp_sm2p256_point_P_mul_by_scalar() 427 static void ecp_sm2p256_point_get_affine(P256_POINT_AFFINE *R, in ecp_sm2p256_point_get_affine()
|
H A D | ecp_nistz256.c | 310 BN_ULONG H[P256_LIMBS], R[P256_LIMBS]; in ecp_nistz256_point_add() local 439 BN_ULONG H[P256_LIMBS], R[P256_LIMBS]; in ecp_nistz256_point_add_affine() local
|
H A D | curve25519.c | 5482 ge_p3 R; in ossl_ed25519_sign() local 5572 ge_p2 R; in ossl_ed25519_verify() local
|
/openssl/crypto/bf/ |
H A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/openssl/crypto/modes/ |
H 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/crypto/bn/ |
H A D | bn_gcd.c | 26 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in bn_mod_inverse_no_branch() local 202 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in int_bn_mod_inverse() local
|
H A D | bn_rsa_fips186_4.c | 283 BIGNUM *tmp, *R, *r1r2x2, *y1, *r1x2; in ossl_bn_rsa_fips186_4_derive_prime() local
|
H A D | bn_div.c | 117 BN_ULLONG R = ((BN_ULLONG)m[0] << BN_BITS2) | m[-1]; in bn_div_3_words() local
|
H A D | bn_mont.c | 264 BIGNUM *Ri, *R; in BN_MONT_CTX_set() local
|
/openssl/test/ |
H 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
|
H A D | ec_internal_test.c | 251 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in underflow_test() local
|
/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 323 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) macro
|
/openssl/crypto/aria/ |
H A D | aria.c | 442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument
|