Home
last modified time | relevance | path

Searched defs:rem (Results 1 – 18 of 18) sorted by relevance

/openssl/crypto/des/
H A Dcfb_enc.c36 register int num = numbits / 8, n = (numbits + 7) / 8, i, rem = in DES_cfb_encrypt() local
/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_hw.c45 unsigned int n, rem, ctr32; in chacha20_cipher() local
H A Dcipher_chacha20_poly1305_hw.c273 size_t rem, plen = ctx->tls_payload_length; in chacha20_poly1305_aead_cipher() local
/openssl/crypto/bn/
H A Dbn_prime.c124 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb, in BN_generate_prime_ex2()
212 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) in BN_generate_prime_ex()
546 const BIGNUM *add, const BIGNUM *rem, in probable_prime_dh()
H A Dbn_depr.c23 const BIGNUM *add, const BIGNUM *rem, in BN_generate_prime()
H A Dbn_recp.c82 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp()
H A Dbn_div.c348 BN_ULONG n0, n1, rem = 0; in bn_div_fixed_top() local
/openssl/crypto/sha/
H A Dsha3.c56 size_t num, rem; in ossl_sha3_update() local
/openssl/crypto/modes/
H A Dcfb128.c155 int n, rem, num; in cfbr_encrypt_block() local
H A Dgcm128.c171 size_t rem, nlo, nhi; in gcm_gmult_4bit() local
250 size_t rem, nlo, nhi; in gcm_ghash_4bit() local
/openssl/crypto/evp/
H A De_chacha20_poly1305.c62 unsigned int n, rem, ctr32; in chacha_cipher() local
368 size_t rem, plen = actx->tls_payload_length; in chacha20_poly1305_cipher() local
H A De_aes.c1077 int rem; in s390x_aes_ofb_cipher() local
1149 int rem; in s390x_aes_cfb_cipher() local
1263 int n, rem; in s390x_aes_gcm_aad() local
1323 int n, rem, i; in s390x_aes_gcm() local
1806 int i, rem; in s390x_aes_ccm_aad() local
1872 size_t n, rem; in s390x_aes_ccm() local
/openssl/include/openssl/
H A Dbn.h277 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) argument
/openssl/providers/implementations/digests/
H A Dsha3_prov.c77 size_t num, rem; in keccak_update() local
195 size_t rem = len % ctx->block_size; in s390x_sha3_absorb() local
/openssl/test/helpers/
H A Dssltestlib.c126 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; in dump_data() local
356 int rem; in mempacket_test_read() local
428 int rem, len, prevlen = 0, pktnum; in mempacket_swap_epoch() local
/openssl/crypto/poly1305/
H A Dpoly1305.c479 size_t rem, num; in Poly1305_Update() local
/openssl/providers/implementations/kem/
H A Dec_kem.c70 BIGNUM *rem = NULL; in eckey_check() local
/openssl/apps/
H A Ds_client.c3642 static int ldap_ExtendedResponse_parse(const char *buf, long rem) in ldap_ExtendedResponse_parse()

Completed in 68 milliseconds