Home
last modified time | relevance | path

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

/openssl-master/crypto/des/
A Dcfb_enc.c36 register int num = numbits / 8, n = (numbits + 7) / 8, i, rem = in DES_cfb_encrypt() local
/openssl-master/providers/implementations/ciphers/
A Dcipher_chacha20_hw.c45 unsigned int n, rem, ctr32; in chacha20_cipher() local
A Dcipher_chacha20_poly1305_hw.c275 size_t rem, plen = ctx->tls_payload_length; in chacha20_poly1305_aead_cipher() local
/openssl-master/crypto/sha/
A Dsha3.c49 size_t num, rem; in ossl_sha3_update() local
/openssl-master/crypto/bn/
A Dbn_prime.c124 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb, in BN_generate_prime_ex2()
214 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) in BN_generate_prime_ex()
536 const BIGNUM *add, const BIGNUM *rem, in probable_prime_dh()
A Dbn_depr.c23 const BIGNUM *add, const BIGNUM *rem, in BN_generate_prime()
A Dbn_recp.c84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp()
A Dbn_div.c348 BN_ULONG n0, n1, rem = 0; in bn_div_fixed_top() local
/openssl-master/crypto/modes/
A Dcfb128.c155 int n, rem, num; in cfbr_encrypt_block() local
A Dgcm128.c108 size_t rem, n = *xi; in gcm_gmult_8bit() local
304 size_t rem, nlo, nhi; in gcm_gmult_4bit() local
380 size_t rem, nlo, nhi; local
/openssl-master/providers/implementations/digests/
A Dsha3_prov.c72 size_t num, rem; in keccak_update() local
153 size_t rem = len % ctx->block_size; in s390x_sha3_absorb() local
/openssl-master/crypto/evp/
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
A De_aes.c1016 int rem; in s390x_aes_ofb_cipher() local
1081 int rem; in s390x_aes_cfb_cipher() local
1179 int n, rem; in s390x_aes_gcm_aad() local
1239 int n, rem, i; in s390x_aes_gcm() local
1721 int i, rem; in s390x_aes_ccm_aad() local
1787 size_t n, rem; in s390x_aes_ccm() local
/openssl-master/include/openssl/
A Dbn.h271 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) argument
/openssl-master/crypto/poly1305/
A Dpoly1305.c479 size_t rem, num; in Poly1305_Update() local
/openssl-master/test/helpers/
A Dssltestlib.c119 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; in dump_data() local
349 int rem; in mempacket_test_read() local
/openssl-master/apps/
A Ds_client.c3343 static int ldap_ExtendedResponse_parse(const char *buf, long rem) in ldap_ExtendedResponse_parse()

Completed in 39 milliseconds