Home
last modified time | relevance | path

Searched defs:n (Results 76 – 100 of 293) sorted by relevance

12345678910>>...12

/openssl/crypto/des/
H A Dcfb64enc.c30 register int n = *num; in DES_cfb64_encrypt() local
H A Dofb64enc.c28 register int n = *num; in DES_ofb64_encrypt() local
H A Dofb64ede.c29 register int n = *num; in DES_ede3_ofb64_encrypt() local
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
/openssl/crypto/sm4/
H A Dsm4.c223 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl()
228 static ossl_inline uint32_t load_u32_be(const uint8_t *b, uint32_t n) in load_u32_be()
/openssl/ssl/
H A Ds3_enc.c100 size_t n, iv_len, key_len; in ssl3_change_cipher_state() local
380 int n = 0; in ssl3_digest_master_key_set_params() local
458 unsigned int n; in ssl3_generate_master_secret() local
/openssl/crypto/bf/
H A Dbf_cfb64.c30 register int n = *num; in BF_cfb64_encrypt() local
H A Dbf_ofb64.c29 register int n = *num; in BF_ofb64_encrypt() local
/openssl/crypto/rc2/
H A Drc2cfb64.c30 register int n = *num; in RC2_cfb64_encrypt() local
H A Drc2ofb64.c29 register int n = *num; in RC2_ofb64_encrypt() local
/openssl/crypto/rc5/
H A Drc5cfb64.c30 register int n = *num; in RC5_32_cfb64_encrypt() local
H A Drc5ofb64.c29 register int n = *num; in RC5_32_ofb64_encrypt() local
/openssl/crypto/cast/
H A Dc_cfb64.c30 register int n = *num; in CAST_cfb64_encrypt() local
H A Dc_ofb64.c29 register int n = *num; in CAST_ofb64_encrypt() local
/openssl/crypto/idea/
H A Di_cfb64.c31 register int n = *num; in IDEA_cfb64_encrypt() local
H A Di_ofb64.c30 register int n = *num; in IDEA_ofb64_encrypt() local
/openssl/crypto/asn1/
H A Da_print.c71 int i, n; in ASN1_STRING_print() local
H A Dt_pkey.c48 int n, rv = 0; in ASN1_bn_print() local
/openssl/demos/pkcs12/
H A Dpkread.c21 int n, m; in find_friendly_name() local
/openssl/crypto/
H A Dquic_vlint.c4 void ossl_quic_vlint_encode_n(uint8_t *buf, uint64_t v, int n) in ossl_quic_vlint_encode_n()
/openssl/include/openssl/
H A Ddes.h67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/openssl/crypto/async/arch/
H A Dasync_null.h25 # define async_fibre_swapcontext(o,n,r) 0 argument
H A Dasync_posix.h67 static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r) in async_fibre_swapcontext()
/openssl/fuzz/
H A Dtest-corpus.c62 int n; in main() local
/openssl/crypto/sha/
H A Dsha512.c158 size_t n = c->num; in SHA512_Final() local
296 size_t n = sizeof(c->u) - c->num; in SHA512_Update() local
389 # define ROTR(a,n) ({ SHA_LONG64 ret; \ argument
419 # define ROTR(a,n) ({ SHA_LONG64 ret; \ argument
424 # define ROTR(a,n) ({ SHA_LONG64 ret; \ argument
536 # define ROTR(a,n) _rotr64((a),n) argument

Completed in 36 milliseconds

12345678910>>...12