Home
last modified time | relevance | path

Searched defs:R (Results 1 – 15 of 15) sorted by relevance

/openssl/crypto/cast/
H A Dcast_local.h85 # 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 Ddes_local.h123 # 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 Decp_sm2p256.c188 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 Decp_nistz256.c310 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 Dcurve25519.c5482 ge_p3 R; in ossl_ed25519_sign() local
5572 ge_p2 R; in ossl_ed25519_verify() local
/openssl/crypto/bf/
H A Dbf_local.h76 # define BF_ENC(LL,R,S,P) ( \ argument
/openssl/crypto/modes/
H A Dwrap128.c53 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 Dbn_gcd.c26 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 Dbn_rsa_fips186_4.c283 BIGNUM *tmp, *R, *r1r2x2, *y1, *r1x2; in ossl_bn_rsa_fips186_4_derive_prime() local
H A Dbn_div.c117 BN_ULLONG R = ((BN_ULLONG)m[0] << BN_BITS2) | m[-1]; in bn_div_3_words() local
H A Dbn_mont.c264 BIGNUM *Ri, *R; in BN_MONT_CTX_set() local
/openssl/test/
H A Dectest.c42 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 Dec_internal_test.c201 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in underflow_test() local
/openssl/providers/implementations/kdfs/
H A Dscrypt.c323 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) macro
/openssl/crypto/aria/
H A Daria.c442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument

Completed in 56 milliseconds