Home
last modified time | relevance | path

Searched defs:n (Results 51 – 75 of 293) sorted by relevance

12345678910>>...12

/openssl/crypto/asn1/
H A Df_int.c18 int i, n = 0; in i2a_ASN1_INTEGER() local
56 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local
H A Dt_spki.c25 int i, n; in NETSCAPE_SPKI_print() local
H A Da_i2d_fp.c38 int i, j = 0, n, ret = 1; in ASN1_i2d_bio() local
90 int i, j = 0, n, ret = 1; in ASN1_item_i2d_bio() local
H A Da_bitstr.c143 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value) in ASN1_BIT_STRING_set_bit()
178 int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n) in ASN1_BIT_STRING_get_bit()
/openssl/test/
H A Dsafe_math_test.c55 static int test_int_ops(int n) in test_int_ops()
143 static int test_uint_ops(int n) in test_uint_ops()
226 static int test_size_t_ops(int n) in test_size_t_ops()
313 static int test_int_muldiv(int n) in test_int_muldiv()
345 static int test_uint_muldiv(int n) in test_uint_muldiv()
H A Dchacha_internal_test.c160 static int test_cha_cha_internal(int n) in test_cha_cha_internal()
H A Drc2test.c47 static int test_rc2(const int n) in test_rc2()
H A Drsa_sp800_56b_test.c226 BIGNUM *p = NULL, *q = NULL, *e = NULL, *d = NULL, *n = NULL; in test_check_private_exponent() local
377 BIGNUM *p = NULL, *q = NULL, *n = NULL, *e = NULL, *d = NULL; in test_invalid_keypair() local
465 BIGNUM *n = NULL, *d = NULL, *e = NULL; in test_check_private_key() local
498 BIGNUM *n = NULL, *e = NULL; in test_check_public_key() local
H A Dpriority_queue_test.c56 size_t n; in test_size_t_priority_queue_int() local
133 static int test_size_t_priority_queue(int n) in test_size_t_priority_queue()
H A Dkeymgmt_internal_test.c91 BIGNUM *n = NULL; in get_ulong_via_BN() local
285 static int test_pass_key(int n) in test_pass_key()
292 static int test_evp_pkey_export_to_provider(int n) in test_evp_pkey_export_to_provider()
H A Dcipher_overhead_test.c35 int ret = 1, i, n = ssl3_num_ciphers(); in cipher_overhead() local
/openssl/crypto/modes/
H A Dcts128.c32 size_t residue, n; in CRYPTO_cts128_encrypt_block() local
62 size_t residue, n; in CRYPTO_nistcts128_encrypt_block() local
163 size_t residue, n; in CRYPTO_cts128_decrypt_block() local
206 size_t residue, n; in CRYPTO_nistcts128_decrypt_block() local
H A Dofb128.c29 unsigned int n; in CRYPTO_ofb128_encrypt() local
/openssl/crypto/bn/
H A Dbn_gcd.c22 const BIGNUM *a, const BIGNUM *n, in bn_mod_inverse_no_branch()
198 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx, in int_bn_mod_inverse()
516 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) in BN_mod_inverse()
H A Dbn_sqr.c109 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp) in bn_sqr_normal()
158 int n = n2 / 2; in bn_sqr_recursive() local
H A Dbn_nist.c285 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
286 # define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
291 # define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from… argument
293 # define bn_32_set_0(to, n) (((n)&1)?(to[(n)/2]&=BN_MASK2l):(to[(n)/2]=0)); argument
294 # define bn_cp_32(to,n,from,m) ((m)>=0)?bn_cp_32_naked(to,n,from,m):bn_32_set_0(to,n) argument
303 # define bn_cp_64(to, n, from, m) \ argument
308 # define bn_64_set_0(to, n) \ argument
313 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
314 # define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
H A Dbn_lib.c444 unsigned int n; in bin2bn() local
539 int n, n8; in bn2binpad() local
766 int BN_set_bit(BIGNUM *a, int n) in BN_set_bit()
789 int BN_clear_bit(BIGNUM *a, int n) in BN_clear_bit()
807 int BN_is_bit_set(const BIGNUM *a, int n) in BN_is_bit_set()
821 int BN_mask_bits(BIGNUM *a, int n) in BN_mask_bits()
851 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) in bn_cmp_words()
883 int n, i; in bn_cmp_part_words() local
1062 void BN_set_flags(BIGNUM *b, int n) in BN_set_flags()
1067 int BN_get_flags(const BIGNUM *b, int n) in BN_get_flags()
H A Dbn_kron.c14 #define BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0]) argument
H A Dbn_mpi.c42 BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *ain) in BN_mpi2bn()
/openssl/crypto/
H A Dasn1_dsa.c66 int ossl_encode_der_integer(WPACKET *pkt, const BIGNUM *n) in ossl_encode_der_integer()
187 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n) in ossl_decode_der_integer()
/openssl/crypto/des/
H A Dcfb64ede.c31 register int n = *num; in DES_ede3_cfb64_encrypt() local
97 register unsigned long l = length, n = ((unsigned int)numbits + 7) / 8; in DES_ede3_cfb_encrypt() local
/openssl/crypto/rc2/
H A Drc2_cbc.c96 int i, n; in RC2_encrypt() local
142 int i, n; in RC2_decrypt() local
/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c169 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words()
206 int n) in bn_add_words()
233 int n) in bn_sub_words()
260 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_sub_words()
/openssl/crypto/rc4/
H A Drc4_skey.c48 #define SK_LOOP(d,n) { \ in RC4_set_key() argument
/openssl/crypto/bio/
H A Dbf_nbio.c84 unsigned char n; in nbiof_read() local
115 unsigned char n; in nbiof_write() local

Completed in 50 milliseconds

12345678910>>...12