Home
last modified time | relevance | path

Searched defs:n (Results 126 – 150 of 293) sorted by relevance

12345678910>>...12

/openssl/crypto/objects/
H A Dobj_dat.c299 ASN1_OBJECT *OBJ_nid2obj(int n) in OBJ_nid2obj()
326 const char *OBJ_nid2sn(int n) in OBJ_nid2sn()
333 const char *OBJ_nid2ln(int n) in OBJ_nid2ln()
442 int i, n = 0, len, nid, first, use_bn; in OBJ_obj2txt() local
H A Do_names.c306 int n; member
333 int n; in OBJ_NAME_do_all_sorted() local
/openssl/test/
H A Dec_internal_test.c168 static int field_tests_default(int n) in field_tests_default()
396 int ecpkparams_i2d2i_test(int n) in ecpkparams_i2d2i_test()
H A Dideatest.c94 int n; in test_idea_cfb64() local
H A Dasn1_internal_test.c127 BIGNUM *n = NULL; in test_empty_nonoptional_content() local
H A Dtest_test.c522 static int test_bn_output(int n) in test_bn_output()
539 static int test_skip_many(int n) in test_skip_many()
H A Dtestutil.h471 # define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, n, b, n) argument
472 # define TEST_strn_ne(a, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, n, b, n) argument
473 # define TEST_strn2_eq(a, m, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, m, b, n) argument
474 # define TEST_strn2_ne(a, m, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, m, b, n) argument
476 # define TEST_mem_eq(a, m, b, n) test_mem_eq(__FILE__, __LINE__, #a, #b, a, m, b, n) argument
477 # define TEST_mem_ne(a, m, b, n) test_mem_ne(__FILE__, __LINE__, #a, #b, a, m, b, n) argument
/openssl/crypto/x509/
H A Dv3_pci.c161 int n; in process_pci_value() local
H A Dpcy_node.c31 X509_POLICY_DATA n; in ossl_policy_tree_find_sk() local
H A Dx509_att.c39 int n; in X509at_get_attr_by_OBJ() local
188 int i, n = sk_X509_ATTRIBUTE_num(x); in STACK_OF() local
/openssl/crypto/evp/
H A Dbio_b64.c110 int ret = 0, i, ii, j, k, x, n, num, ret_code = 0; in b64_read() local
322 int n; in b64_write() local
H A Dbio_ok.c172 int ret = 0, i, n; in ok_read() local
258 int ret = 0, n, i; in ok_write() local
/openssl/crypto/whrlpool/
H A Dwp_dgst.c94 size_t n; in WHIRLPOOL_BitUpdate() local
/openssl/include/openssl/
H A Ddsa.h195 # define DSA_is_prime(n, callback, cb_arg) \ argument
/openssl/fuzz/
H A Dasn1.c305 int n; in FuzzerTestOneInput() local
/openssl/crypto/bn/
H A Dbn_asm.c75 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words()
168 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words()
273 int n) in bn_add_words()
314 int n) in bn_add_words()
372 int n) in bn_sub_words()
H A Dbn_mod.c256 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, in BN_mod_lshift()
283 int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m) in BN_mod_lshift_quick()
/openssl/crypto/ec/curve448/
H A Dcurve448.c91 static ossl_inline void cond_neg_niels(niels_t n, mask_t neg) in cond_neg_niels()
117 static void niels_to_pt(curve448_point_t e, const niels_t n) in niels_to_pt()
236 const unsigned int n = COMBS_N, t = COMBS_T, s = COMBS_S; in ossl_curve448_precomputed_scalarmul() local
563 unsigned int n, i; in recode_wnaf() local
/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c101 size_t n; in ossl_cipher_hw_tdes_cfb1() local
/openssl/crypto/bio/
H A Dbss_dgram.c786 int n, ret; in dgram_puts() local
990 int ret = 0, n = 0, i, optval; in dgram_sctp_read() local
1603 int n, ret; in dgram_sctp_wait_for_dry() local
1764 int n, sockflags; in dgram_sctp_msg_waiting() local
1823 int n, ret; in dgram_sctp_puts() local
/openssl/engines/
H A De_afalg.c107 static ossl_inline int io_setup(unsigned n, aio_context_t *ctx) in io_setup()
112 static ossl_inline int eventfd(int n) in eventfd()
122 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) in io_read()
/openssl/crypto/modes/
H A Dgcm128.c670 unsigned int n; in CRYPTO_gcm128_aad() local
725 unsigned int n, ctr, mres; in CRYPTO_gcm128_encrypt() local
950 unsigned int n, ctr, mres; in CRYPTO_gcm128_decrypt() local
/openssl/crypto/rand/
H A Drandfile.c99 int i, n, ret = 0; in RAND_load_file() local
/openssl/crypto/des/
H A Dset_key.c139 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ argument
/openssl/crypto/
H A Ds390xcap.c680 int rc, off, i, n; in parse_env() local

Completed in 121 milliseconds

12345678910>>...12