Home
last modified time | relevance | path

Searched defs:B (Results 1 – 24 of 24) sorted by relevance

/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()
110 BIGNUM *B = NULL, *k = NULL; in SRP_Calc_B_ex() local
212 BIGNUM *SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key_ex()
260 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
266 int SRP_Verify_B_mod_N(const BIGNUM *B, const BIGNUM *N) in SRP_Verify_B_mod_N()
/openssl/crypto/bn/
H A Dbn_kron.c22 BIGNUM *A, *B, *tmp; in BN_kronecker() 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
/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/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
/openssl/providers/implementations/kdfs/
H A Dscrypt.c369 static void scryptBlockMix(uint32_t *B_, uint32_t *B, uint64_t r) in scryptBlockMix()
385 static void scryptROMix(unsigned char *B, uint64_t r, uint64_t N, in scryptROMix()
450 unsigned char *B; in scrypt_alg() local
H A Dpkcs12kdf.c54 unsigned char *B = NULL, *D = NULL, *I = NULL, *p = NULL, *Ai = NULL; in pkcs12kdf_derive() local
/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.c695 uint64_t B[5], C[5], D[5]; in FourRounds() local
H A Dsha512.c570 # define B(x,j) (((SHA_LONG64)(*(((const unsigned char *)(&x))+j)))<<((7-j)*8)) macro
/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
/openssl/ssl/
H A Dssl_local.h595 BIGNUM *N, *g, *s, *B, *A; member

Completed in 88 milliseconds