Home
last modified time | relevance | path

Searched refs:num (Results 276 – 300 of 384) sorted by relevance

1...<<111213141516

/openssl/engines/
H A De_padlock.c474 unsigned int num; in padlock_ctr_cipher() local
478 num = (unsigned int)n; in padlock_ctr_cipher()
482 EVP_CIPHER_CTX_buf_noconst(ctx), &num, in padlock_ctr_cipher()
485 EVP_CIPHER_CTX_set_num(ctx, (size_t)num); in padlock_ctr_cipher()
/openssl/doc/man3/
H A DDES_random_key.pod55 int *num, int enc);
58 int *num);
70 int *num, int enc);
73 DES_key_schedule *ks2, DES_cblock *ivec, int *num);
82 DES_cblock *ivec, int *num, int enc);
86 DES_cblock *ivec, int *num);
203 and num. num contains 'how far' we are though ivec. If this does
/openssl/util/
H A Dfind-doc-nits1169 my $num = scalar @doc;
1170 if ($num > 1) {
1171 err("$num manuals for 'openssl $cmd': ".join(", ", @doc));
1172 } elsif ($num < 1) {
/openssl/test/
H A Dmodes_internal_test.c183 static int execute_cts128(const CTS128_FIXTURE *fixture, int num) in execute_cts128() argument
187 const unsigned char *orig_vector = aes_cts128_vectors[num].data; in execute_cts128()
188 size_t len = aes_cts128_vectors[num].size; in execute_cts128()
H A Ddsatest.c126 static int ok = 0, num = 0; in dsa_cb() local
129 num++; in dsa_cb()
133 if (!ok && (p == 0) && (num > 1)) { in dsa_cb()
H A Decdsatest.c35 static int fbytes(unsigned char *buf, size_t num, ossl_unused const char *name, in fbytes() argument
48 || !TEST_int_le(BN_num_bytes(tmp), num) in fbytes()
49 || !TEST_int_gt(BN_bn2binpad(tmp, buf, num), 0)) in fbytes()
H A Dasn1_encode_test.c132 #define CUSTOM_EXPECTED_SUCCESS(num, znum) \ argument
133 { 0xff, num, 1 }, \
173 #define ENCDEC_DATA(num, znum) \ argument
174 { 0xff, num, 1 }, { 0xff, 1, znum }
H A Dtestutil.h57 # define ADD_ALL_TESTS(test_function, num) \ argument
58 add_all_tests(#test_function, test_function, num, 1)
62 # define ADD_ALL_TESTS_NOSUBTEST(test_function, num) \ argument
63 add_all_tests(#test_function, test_function, num, 0)
229 void add_all_tests(const char *test_case_name, int (*test_fn)(int idx), int num,
H A Dsm2_internal_test.c38 static int get_faked_bytes(unsigned char *buf, size_t num, in get_faked_bytes() argument
45 while (num-- > 0) { in get_faked_bytes()
/openssl/crypto/sha/
H A Dsha_local.h41 static void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
43 void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
137 static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) in HASH_BLOCK_DATA_ORDER() argument
321 if (--num == 0) in HASH_BLOCK_DATA_ORDER()
366 static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) in HASH_BLOCK_DATA_ORDER() argument
407 if (--num == 0) in HASH_BLOCK_DATA_ORDER()
/openssl/crypto/md4/
H A Dmd4_dgst.c43 void md4_block_data_order(MD4_CTX *c, const void *data_, size_t num) in md4_block_data_order() argument
62 for (; num--;) { in md4_block_data_order()
H A Dmd4_local.h15 void md4_block_data_order(MD4_CTX *c, const void *p, size_t num);
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c719 int num; in ossl_pool_acquire_entropy()
722 num = RAND_query_egd_bytes(paths[i], in ossl_pool_acquire_entropy()
724 if (num == (int)bytes_needed) in ossl_pool_acquire_entropy()
/openssl/include/openssl/
H A Dasync.h83 typedef void *(*ASYNC_stack_alloc_fn)(size_t *num);
/openssl/apps/
H A Dpkeyutl.c316 int num = sk_OPENSSL_STRING_num(pkeyopts); in pkeyutl_main() local
319 for (i = 0; i < num; ++i) { in pkeyutl_main()
330 int num = sk_OPENSSL_STRING_num(pkeyopts_passin); in pkeyutl_main() local
333 for (i = 0; i < num; i++) { in pkeyutl_main()
H A Dcmp.c623 int *num; member
2599 long num = 0; in read_config() local
2641 if (!conf_get_number_e(conf, opt_section, opt->name, &num)) { in read_config()
2645 if (opt->valtype == 'p' && num <= 0) { in read_config()
2647 num, opt->name); in read_config()
2650 if (opt->valtype == 'N' && num < 0) { in read_config()
2652 num, opt->name); in read_config()
2680 if (num != 0) in read_config()
2704 if (num < INT_MIN || INT_MAX < num) { in read_config()
2710 *cmp_vars[i].num = (int)num; in read_config()
[all …]
/openssl/crypto/cmp/
H A Dcmp_server.c394 int num; in process_certConf() local
403 num = sk_OSSL_CMP_CERTSTATUS_num(ccc); in process_certConf()
411 if (num == 0) { in process_certConf()
414 if (num > 1) in process_certConf()
/openssl/crypto/x509/
H A Dx_crl.c439 int idx, num; in def_crl_lookup() local
459 for (num = sk_X509_REVOKED_num(crl->crl.revoked); idx < num; idx++) { in def_crl_lookup()
H A Dv3_crld.c248 const int num = sk_CONF_VALUE_num(nval); in v2i_crld() local
251 crld = sk_DIST_POINT_new_reserve(NULL, num); in v2i_crld()
256 for (i = 0; i < num; i++) { in v2i_crld()
/openssl/crypto/evp/
H A Devp_local.h45 int num; /* used by cfb/ofb/ctr mode */ member
245 int num; member
/openssl/crypto/idea/
H A Didea_local.h86 #define E_IDEA(num) \ argument
/openssl/crypto/md5/
H A Dmd5_dgst.c43 void md5_block_data_order(MD5_CTX *c, const void *data_, size_t num) in md5_block_data_order() argument
62 for (; num--;) { in md5_block_data_order()
/openssl/crypto/asn1/
H A Dasn1_lib.c251 void ossl_asn1_string_set_bits_left(ASN1_STRING *str, unsigned int num) in ossl_asn1_string_set_bits_left() argument
254 str->flags |= ASN1_STRING_FLAG_BITS_LEFT | (num & 0x07); in ossl_asn1_string_set_bits_left()
/openssl/crypto/objects/
H A Do_names.c154 int num = 0, alias; in OBJ_NAME_get() local
175 if (++num > 10) in OBJ_NAME_get()
/openssl/crypto/bio/
H A Dbio_local.h111 int num; member

Completed in 89 milliseconds

1...<<111213141516