Home
last modified time | relevance | path

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

12

/openssl/crypto/srp/
H 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/crypto/bn/
H A Dbn_kron.c22 BIGNUM *A, *B, *tmp; in BN_kronecker() local
H A Dbn_sqrt.c24 BIGNUM *A, *b, *q, *t, *x, *y; in BN_mod_sqrt() local
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_blind.c17 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 Dsm3_local.h93 #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 Dsm3.c32 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 Drc5_skey.c22 RC5_32_INT L[64], l, ll, A, B, *S, k; in RC5_32_set_key() local
/openssl/crypto/cast/
H A Dc_skey.c20 #define CAST_exp(l,A,a,n) \ 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/include/openssl/
H A Dmd5.h42 MD5_LONG A, B, C, D; member
H A Dmd4.h43 MD4_LONG A, B, C, D; member
H A Dripemd.h38 RIPEMD160_LONG A, B, C, D, E; member
/openssl/include/internal/
H A Dsm3.h29 SM3_WORD A, B, C, D, E, F, G, H; member
H A Dsha3.h41 uint64_t A[5][5]; member
/openssl/crypto/md4/
H A Dmd4_dgst.c46 register unsigned MD32_REG_T A, B, C, D, l; in md4_block_data_order() local
/openssl/crypto/md5/
H A Dmd5_dgst.c46 register unsigned MD32_REG_T A, B, C, D, l; in md5_block_data_order() local
/openssl/crypto/ripemd/
H A Drmd_dgst.c45 register unsigned MD32_REG_T A, B, C, D, E; in ripemd160_block_data_order() local
/openssl/crypto/sha/
H 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
H A Dkeccak1600.c1156 uint64_t A[5][5]; in SHA3_sponge() local
/openssl/test/
H A Dmodes_internal_test.c818 const SIZED_DATA A; member
850 SIZED_DATA A = gcm128_vectors[idx].A; in test_gcm128() local
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c103 unsigned int A[8], B[8], C[8], D[8], E[8]; member
H 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/crypto/evp/
H 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
H A De_aes_cbc_hmac_sha1.c143 unsigned int A[8], B[8], C[8], D[8], E[8]; member

Completed in 55 milliseconds

12