/openssl/crypto/srp/ |
H A D | srp_lib.c | 63 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/crypto/bn/ |
H A D | bn_kron.c | 22 BIGNUM *A, *B, *tmp; in BN_kronecker() local
|
H A D | bn_sqrt.c | 24 BIGNUM *A, *b, *q, *t, *x, *y; in BN_mod_sqrt() local
|
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_blind.c | 17 BIGNUM *A; member 30 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod) in BN_BLINDING_new()
|
/openssl/crypto/sm3/ |
H A D | sm3_local.h | 93 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument 106 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument 109 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
|
H A D | sm3.c | 32 register unsigned MD32_REG_T A, B, C, D, E, F, G, H; in ossl_sm3_block_data_order() local
|
/openssl/crypto/rc5/ |
H A D | rc5_skey.c | 22 RC5_32_INT L[64], l, ll, A, B, *S, k; in RC5_32_set_key() local
|
/openssl/crypto/cast/ |
H A D | c_skey.c | 20 #define CAST_exp(l,A,a,n) \ 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/include/openssl/ |
H A D | md5.h | 42 MD5_LONG A, B, C, D; member
|
H A D | md4.h | 43 MD4_LONG A, B, C, D; member
|
H A D | ripemd.h | 38 RIPEMD160_LONG A, B, C, D, E; member
|
/openssl/include/internal/ |
H A D | sm3.h | 29 SM3_WORD A, B, C, D, E, F, G, H; member
|
H A D | sha3.h | 41 uint64_t A[5][5]; member
|
/openssl/crypto/md4/ |
H A D | md4_dgst.c | 46 register unsigned MD32_REG_T A, B, C, D, l; in md4_block_data_order() local
|
/openssl/crypto/md5/ |
H A D | md5_dgst.c | 46 register unsigned MD32_REG_T A, B, C, D, l; in md5_block_data_order() local
|
/openssl/crypto/ripemd/ |
H A D | rmd_dgst.c | 45 register unsigned MD32_REG_T A, B, C, D, E; in ripemd160_block_data_order() local
|
/openssl/crypto/sha/ |
H A D | sha_local.h | 140 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
|
H A D | keccak1600.c | 1156 uint64_t A[5][5]; in SHA3_sponge() local
|
/openssl/test/ |
H A D | modes_internal_test.c | 818 const SIZED_DATA A; member 850 SIZED_DATA A = gcm128_vectors[idx].A; in test_gcm128() local
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 103 unsigned int A[8], B[8], C[8], D[8], E[8]; member
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 107 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
|
/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 137 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
|
H A D | e_aes_cbc_hmac_sha1.c | 143 unsigned int A[8], B[8], C[8], D[8], E[8]; member
|