Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 29) sorted by relevance

12

/openssl-master/crypto/srp/
A Dsrp_lib.c63 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N, in SRP_Calc_u_ex()
70 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N) in SRP_Calc_u()
76 BIGNUM *SRP_Calc_server_key(const BIGNUM *A, const BIGNUM *v, const BIGNUM *u, in SRP_Calc_server_key()
199 BIGNUM *A = NULL; in SRP_Calc_A() local
287 int SRP_Verify_A_mod_N(const BIGNUM *A, const BIGNUM *N) in SRP_Verify_A_mod_N()
/openssl-master/crypto/bn/
A Dbn_kron.c22 BIGNUM *A, *B, *tmp; in BN_kronecker() local
A Dbn_sqrt.c23 BIGNUM *A, *b, *q, *t, *x, *y; in BN_mod_sqrt() local
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_blind.c17 BIGNUM *A; member
30 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod) in BN_BLINDING_new()
/openssl-master/crypto/sm3/
A Dsm3_local.h54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument
67 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
70 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
A Dsm3.c32 register unsigned MD32_REG_T A, B, C, D, E, F, G, H; in ossl_sm3_block_data_order() local
/openssl-master/crypto/rc5/
A Drc5_skey.c22 RC5_32_INT L[64], l, ll, A, B, *S, k; in RC5_32_set_key() local
/openssl-master/crypto/cast/
A Dc_skey.c20 #define CAST_exp(l,A,a,n) \ argument
/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/include/openssl/
A Dmd4.h43 MD4_LONG A, B, C, D; member
A Dmd5.h42 MD5_LONG A, B, C, D; member
A Dripemd.h38 RIPEMD160_LONG A, B, C, D, E; member
/openssl-master/include/internal/
A Dsm3.h29 SM3_WORD A, B, C, D, E, F, G, H; member
A Dsha3.h35 uint64_t A[5][5]; member
/openssl-master/crypto/md4/
A Dmd4_dgst.c46 register unsigned MD32_REG_T A, B, C, D, l; in md4_block_data_order() local
/openssl-master/crypto/md5/
A Dmd5_dgst.c46 register unsigned MD32_REG_T A, B, C, D, l; in md5_block_data_order() local
/openssl-master/crypto/ripemd/
A Drmd_dgst.c45 register unsigned MD32_REG_T A, B, C, D, E; in ripemd160_block_data_order() local
/openssl-master/crypto/sha/
A Dsha_local.h140 register unsigned MD32_REG_T A, B, C, D, E, T, l; in HASH_BLOCK_DATA_ORDER() local
369 register unsigned MD32_REG_T A, B, C, D, E, T, l; in HASH_BLOCK_DATA_ORDER() local
A Dkeccak1600.c1147 uint64_t A[5][5]; in SHA3_sponge() local
/openssl-master/test/
A Dmodes_internal_test.c817 const SIZED_DATA A; member
849 SIZED_DATA A = gcm128_vectors[idx].A; in test_gcm128() local
/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_cbc_hmac_sha1_hw.c103 unsigned int A[8], B[8], C[8], D[8], E[8]; member
A Dcipher_aes_cbc_hmac_sha256_hw.c107 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
/openssl-master/crypto/evp/
A De_aes_cbc_hmac_sha1.c142 unsigned int A[8], B[8], C[8], D[8], E[8]; member
A De_aes_cbc_hmac_sha256.c137 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member

Completed in 28 milliseconds

12