Home
last modified time | relevance | path

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

/openssl-master/crypto/des/
A Ddes_local.h125 # 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 Dcast_local.h130 # 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 Dbf_local.h76 # define BF_ENC(LL,R,S,P) ( \ argument
/openssl-master/crypto/bn/
A Dbn_gcd.c25 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 Dbn_rsa_fips186_4.c252 BIGNUM *tmp, *R, *r1r2x2, *y1, *r1x2; in ossl_bn_rsa_fips186_4_derive_prime() local
A Dbn_div.c117 BN_ULLONG R = ((BN_ULLONG)m[0] << BN_BITS2) | m[-1]; in bn_div_3_words() local
A Dbn_mont.c266 BIGNUM *Ri, *R; in BN_MONT_CTX_set() local
/openssl-master/crypto/modes/
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-master/test/
A Dec_internal_test.c200 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in underflow_test() local
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
/openssl-master/providers/implementations/kdfs/
A Dscrypt.c288 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) macro
/openssl-master/crypto/ec/
A Decp_nistz256.c319 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 Dcurve25519.c5449 ge_p3 R; in ossl_ed25519_sign() local
5511 ge_p2 R; in ossl_ed25519_verify() local
/openssl-master/crypto/aria/
A Daria.c442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument

Completed in 32 milliseconds