Home
last modified time | relevance | path

Searched refs:num (Results 176 – 200 of 388) sorted by relevance

12345678910>>...16

/openssl/crypto/bn/asm/
H A Dppc-mont.pl110 $num="r8";
149 slwi $num,$num,`log($BNSZ)/log(2)`
156 srwi $num,$num,`log($BNSZ)/log(2)`
173 addi $num,$num,-2 ; adjust $num for counter register
198 mtctr $num
258 mtctr $num
305 addi $num,$num,2 ; restore $num
308 mtctr $num
319 mtctr $num
395 slwi $num,$num,`log($SIZE_T)/log(2)`
[all …]
/openssl/doc/man3/
H A DRAND_set_rand_method.pod45 int (*seed)(const void *buf, int num);
46 int (*bytes)(unsigned char *buf, int num);
48 int (*add)(const void *buf, int num, double entropy);
49 int (*pseudorand)(unsigned char *buf, int num);
/openssl/doc/man1/
H A Dopenssl-rand.pod.in17 I<num>[K|M|G|T]
21 This command generates I<num> random bytes using a cryptographically
23 appended to the num value to indicate the requested value be scaled as a
28 The string 'max' may be substituted for a numerical value in num, to request the
/openssl/crypto/x509/
H A Dv3_tlsf.c45 long num; member
72 if (tlsextid == tls_feature_tbl[j].num) in STACK_OF()
114 tlsextid = tls_feature_tbl[j].num; in v2i_TLS_FEATURE()
/openssl/include/openssl/
H A Dsha.h46 unsigned int num; member
66 unsigned int num, md_len; member
117 unsigned int num, md_len; member
H A Drc2.h55 int *num, int enc);
60 int *num);
H A Dcast.h59 unsigned char *ivec, int *num, int enc);
63 unsigned char *ivec, int *num);
H A Drc5.h66 unsigned char *ivec, int *num,
71 unsigned char *ivec, int *num);
H A Dblowfish.h64 unsigned char *ivec, int *num,
69 unsigned char *ivec, int *num);
H A Dseed.h100 int *num, int enc);
105 int *num);
H A Ddes.h150 DES_cblock *ivec, int *num, int enc);
160 DES_cblock *ivec, int *num);
199 DES_cblock *ivec, int *num, int enc);
203 DES_cblock *ivec, int *num);
/openssl/test/
H A Dx509_check_cert_pkey_test.c161 const char *num; /* expected number of certs/CRLs/keys included */ in setup_tests() local
164 || !TEST_ptr(num = test_get_argument(1))) in setup_tests()
166 if (!TEST_int_eq(sscanf(num, "%d", &expected), 1)) in setup_tests()
H A Ddestest.c634 int num; in test_des_ofb64() local
641 num = 0; in test_des_ofb64()
643 DES_ofb64_encrypt(&plain[i], &ofb_buf1[i], 1, &ks, &ofb_tmp, &num); in test_des_ofb64()
648 num = 0; in test_des_ofb64()
650 &num); in test_des_ofb64()
657 int num; in test_des_ede_ofb64() local
664 num = 0; in test_des_ede_ofb64()
667 &ks, &ofb_tmp, &num); in test_des_ede_ofb64()
672 num = 0; in test_des_ede_ofb64()
674 &ofb_tmp, &num); in test_des_ede_ofb64()
H A Dssl_old_test.c2463 size_t num; in doit_biopair() local
2469 num = r1; in doit_biopair()
2470 if (r2 < num) in doit_biopair()
2471 num = r2; in doit_biopair()
2472 if (num) { in doit_biopair()
2484 num = r; in doit_biopair()
2503 size_t num; in doit_biopair() local
2513 num = r1; in doit_biopair()
2514 if (r2 < num) in doit_biopair()
2515 num = r2; in doit_biopair()
[all …]
/openssl/crypto/evp/
H A Dbio_ok.c82 static int ok_write(BIO *h, const char *buf, int num);
319 static long ok_ctrl(BIO *b, int cmd, long num, void *ptr) in ok_ctrl() argument
341 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
347 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
353 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
374 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
379 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
399 ret = BIO_ctrl(next, cmd, num, ptr); in ok_ctrl()
/openssl/test/recipes/
H A D60-test_x509_check_cert_pkey.t23 my $num = shift;
24 ok(run(test(["x509_check_cert_pkey_test", src_file($file), $num])),
/openssl/crypto/perlasm/
H A Dppc-xlate.pl167 my $num = shift;
169 my @subst = splice(@rest, 0, $num);
179 my $num = shift;
182 my @out = _vsr2vr($num, @_);
189 my $num = shift;
192 my @out = _vsr2vr($num, @_);
/openssl/crypto/asn1/
H A Dameth_lib.c40 int num = OSSL_NELEM(standard_methods); in EVP_PKEY_asn1_get_count() local
42 num += sk_EVP_PKEY_ASN1_METHOD_num(app_methods); in EVP_PKEY_asn1_get_count()
43 return num; in EVP_PKEY_asn1_get_count()
48 int num = OSSL_NELEM(standard_methods); in EVP_PKEY_asn1_get0() local
51 if (idx < num) in EVP_PKEY_asn1_get0()
53 idx -= num; in EVP_PKEY_asn1_get0()
/openssl/util/perl/OpenSSL/
H A Dparamnames.pm724 my $num = @names;
726 return (1, '', $trieref->{$names[0]}) if ($num == 1 and $names[0] eq 'val');
728 if ($num == 1) {
/openssl/providers/common/
H A Dbio_prov.c120 int ossl_prov_bio_ctrl(OSSL_CORE_BIO *bio, int cmd, long num, void *ptr) in ossl_prov_bio_ctrl() argument
124 return c_bio_ctrl(bio, cmd, num, ptr); in ossl_prov_bio_ctrl()
176 static long bio_core_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_core_ctrl() argument
178 return ossl_prov_bio_ctrl(BIO_get_data(bio), cmd, num, ptr); in bio_core_ctrl()
/openssl/crypto/
H A Dmem_sec.c154 void *CRYPTO_secure_malloc(size_t num, const char *file, int line) in CRYPTO_secure_malloc() argument
162 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
168 ret = sh_malloc(num); in CRYPTO_secure_malloc()
180 return CRYPTO_malloc(num, file, line); in CRYPTO_secure_malloc()
184 void *CRYPTO_secure_zalloc(size_t num, const char *file, int line) in CRYPTO_secure_zalloc() argument
189 return CRYPTO_secure_malloc(num, file, line); in CRYPTO_secure_zalloc()
191 return CRYPTO_zalloc(num, file, line); in CRYPTO_secure_zalloc()
217 void CRYPTO_secure_clear_free(void *ptr, size_t num, in CRYPTO_secure_clear_free() argument
226 OPENSSL_cleanse(ptr, num); in CRYPTO_secure_clear_free()
240 OPENSSL_cleanse(ptr, num); in CRYPTO_secure_clear_free()
/openssl/crypto/comp/
H A Dc_zlib.c366 static long bio_zlib_ctrl(BIO *b, int cmd, long num, void *ptr);
623 static long bio_zlib_ctrl(BIO *b, int cmd, long num, void *ptr) in bio_zlib_ctrl() argument
655 ibs = (int)num; in bio_zlib_ctrl()
657 obs = (int)num; in bio_zlib_ctrl()
659 ibs = (int)num; in bio_zlib_ctrl()
679 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
696 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
702 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
706 ret = BIO_ctrl(next, cmd, num, ptr); in bio_zlib_ctrl()
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md125 All new functions will be added to either `util/libcrypto.num`
126 or `util/libssl.num`.
131 reason for the `.num` extension.
138 diff --git a/util/libcrypto.num b/util/libcrypto.num
140 --- a/util/libcrypto.num
141 +++ b/util/libcrypto.num
/openssl/crypto/ec/
H A Decp_nistz256.c634 temp = (P256_POINT *)(table + num); in ecp_nistz256_windowed_mul()
636 for (i = 0; i < num; i++) { in ecp_nistz256_windowed_mul()
730 for (i = (idx == 255 ? 1 : 0); i < num; i++) { in ecp_nistz256_windowed_mul()
756 for (i = 0; i < num; i++) { in ecp_nistz256_windowed_mul()
942 size_t num, in ecp_nistz256_points_mul() argument
963 if ((num + 1) == 0 || (num + 1) > OPENSSL_MALLOC_MAX_NELEMS(void *)) { in ecp_nistz256_points_mul()
1120 memcpy(new_scalars, scalars, num * sizeof(BIGNUM *)); in ecp_nistz256_points_mul()
1121 new_scalars[num] = scalar; in ecp_nistz256_points_mul()
1123 new_points[num] = generator; in ecp_nistz256_points_mul()
1127 num++; in ecp_nistz256_points_mul()
[all …]
/openssl/crypto/bio/
H A Dbss_null.c15 static int null_write(BIO *h, const char *buf, int num);
50 static long null_ctrl(BIO *b, int cmd, long num, void *ptr) in null_ctrl() argument

Completed in 66 milliseconds

12345678910>>...16