/openssl-master/crypto/des/ |
A D | cfb_enc.c | 36 register int num = numbits / 8, n = (numbits + 7) / 8, i, rem = in DES_cfb_encrypt() local
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_chacha20_hw.c | 45 unsigned int n, rem, ctr32; in chacha20_cipher() local
|
A D | cipher_chacha20_poly1305_hw.c | 275 size_t rem, plen = ctx->tls_payload_length; in chacha20_poly1305_aead_cipher() local
|
/openssl-master/crypto/sha/ |
A D | sha3.c | 49 size_t num, rem; in ossl_sha3_update() local
|
/openssl-master/crypto/bn/ |
A D | bn_prime.c | 124 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 D | bn_depr.c | 23 const BIGNUM *add, const BIGNUM *rem, in BN_generate_prime()
|
A D | bn_recp.c | 84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp()
|
A D | bn_div.c | 348 BN_ULONG n0, n1, rem = 0; in bn_div_fixed_top() local
|
/openssl-master/crypto/modes/ |
A D | cfb128.c | 155 int n, rem, num; in cfbr_encrypt_block() local
|
A D | gcm128.c | 108 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 D | sha3_prov.c | 72 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 D | e_chacha20_poly1305.c | 62 unsigned int n, rem, ctr32; in chacha_cipher() local 368 size_t rem, plen = actx->tls_payload_length; in chacha20_poly1305_cipher() local
|
A D | e_aes.c | 1016 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 D | bn.h | 271 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) argument
|
/openssl-master/crypto/poly1305/ |
A D | poly1305.c | 479 size_t rem, num; in Poly1305_Update() local
|
/openssl-master/test/helpers/ |
A D | ssltestlib.c | 119 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 D | s_client.c | 3343 static int ldap_ExtendedResponse_parse(const char *buf, long rem) in ldap_ExtendedResponse_parse()
|