Home
last modified time | relevance | path

Searched refs:num (Results 301 – 325 of 388) sorted by relevance

1...<<111213141516

/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/test/
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()
H A Dasynctest.c419 static void *test_alloc_stack(size_t *num) in test_alloc_stack() argument
422 return OPENSSL_malloc(*num); in test_alloc_stack()
/openssl/apps/
H A Dcmp.c624 int *num; member
2600 long num = 0; in read_config() local
2642 if (!conf_get_number_e(conf, opt_section, opt->name, &num)) { in read_config()
2646 if (opt->valtype == 'p' && num <= 0) { in read_config()
2648 num, opt->name); in read_config()
2651 if (opt->valtype == 'N' && num < 0) { in read_config()
2653 num, opt->name); in read_config()
2681 if (num != 0) in read_config()
2705 if (num < INT_MIN || INT_MAX < num) { in read_config()
2711 *cmp_vars[i].num = (int)num; in read_config()
[all …]
H A Dpkeyutl.c334 int num = sk_OPENSSL_STRING_num(pkeyopts); in pkeyutl_main() local
337 for (i = 0; i < num; ++i) { in pkeyutl_main()
348 int num = sk_OPENSSL_STRING_num(pkeyopts_passin); in pkeyutl_main() local
351 for (i = 0; i < num; i++) { in pkeyutl_main()
H A Ds_server.c259 static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr);
338 int num; in ebcdic_write() local
347 if (inl > (num = wbuf->alloced)) { in ebcdic_write()
348 num = num + num; /* double the size */ in ebcdic_write()
349 if (num < inl) in ebcdic_write()
350 num = inl; in ebcdic_write()
352 wbuf = app_malloc(sizeof(*wbuf) + num, "grow ebcdic wbuf"); in ebcdic_write()
354 wbuf->alloced = num; in ebcdic_write()
367 static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr) in ebcdic_ctrl() argument
379 ret = BIO_ctrl(next, cmd, num, ptr); in ebcdic_ctrl()
/openssl/crypto/bio/
H A Dbio_local.h111 int num; member
H A Dbio_print.c336 int *num; in _dopr() local
337 num = va_arg(args, int *); in _dopr()
338 *num = currlen; in _dopr()
/openssl/util/perl/OpenSSL/
H A DTest.pm315 my $num = shift;
320 return __decorate_cmd($num, [ @prog, fixup_cmd_elements(@cmdargs) ],
1274 my $num = shift;
/openssl/doc/man3/
H A DERR_put_error.pod19 void ERR_add_error_data(int num, ...);
20 void ERR_add_error_vdata(int num, va_list arg);
47 ERR_add_error_data() associates the concatenation of its B<num> string
H A DBIO_f_ssl.pod24 long BIO_set_ssl_renegotiate_bytes(BIO *b, long num);
67 to B<num>. When set after every B<num> bytes of I/O (read and write)
68 the SSL session is automatically renegotiated. B<num> must be at
/openssl/include/internal/
H A Dpacket.h95 size_t num) in PACKET_equal() argument
97 if (PACKET_remaining(pkt) != num) in PACKET_equal()
99 return CRYPTO_memcmp(pkt->curr, ptr, num) == 0; in PACKET_equal()
H A Dcryptlib.h153 const void *ossl_bsearch(const void *key, const void *base, int num,
/openssl/ssl/record/
H A Drec_layer_s3.c175 size_t i, num = 0; in ssl3_pending() local
188 num += rdata->length; in ssl3_pending()
194 return num; in ssl3_pending()
195 num += sc->rlayer.tlsrecs[i].length; in ssl3_pending()
198 num += sc->rlayer.rrlmethod->app_data_pending(sc->rlayer.rrl); in ssl3_pending()
200 return num; in ssl3_pending()
/openssl/crypto/md5/
H A Dmd5_local.h28 void md5_block_data_order(MD5_CTX *c, const void *p, size_t num);
/openssl/crypto/ec/
H A Decp_smpl.c1206 int ossl_ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, in ossl_ec_GFp_simple_points_make_affine() argument
1215 if (num == 0) in ossl_ec_GFp_simple_points_make_affine()
1230 prod_Z = OPENSSL_malloc(num * sizeof(prod_Z[0])); in ossl_ec_GFp_simple_points_make_affine()
1233 for (i = 0; i < num; i++) { in ossl_ec_GFp_simple_points_make_affine()
1257 for (i = 1; i < num; i++) { in ossl_ec_GFp_simple_points_make_affine()
1274 if (!group->meth->field_inv(group, tmp, prod_Z[num - 1], ctx)) { in ossl_ec_GFp_simple_points_make_affine()
1290 for (i = num - 1; i > 0; --i) { in ossl_ec_GFp_simple_points_make_affine()
1322 for (i = 0; i < num; i++) { in ossl_ec_GFp_simple_points_make_affine()
1355 for (i = 0; i < num; i++) { in ossl_ec_GFp_simple_points_make_affine()
/openssl/doc/man1/
H A Dopenssl-asn1parse.pod.in21 [B<-dlimit> I<num>]
81 =item B<-dlimit> I<num>
83 Like B<-dump>, but only the first B<num> bytes are output.
/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl60 $num="%r24"; # arg2
242 addib,*<> -1,$num,L\$oop
/openssl/crypto/bn/asm/
H A Dppc64-mont-fixed.pl74 my $num = "r8";
226 mtctr $num
/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h64 size_t num; member
/openssl/crypto/ripemd/
H A Drmd_local.h25 void ripemd160_block_data_order(RIPEMD160_CTX *c, const void *p, size_t num);
H A Drmd_dgst.c21 void ripemd160_block_x86(RIPEMD160_CTX *c, unsigned long *p, size_t num);
24 void ripemd160_block(RIPEMD160_CTX *c, unsigned long *p, size_t num);
42 void ripemd160_block_data_order(RIPEMD160_CTX *ctx, const void *p, size_t num) in ripemd160_block_data_order() argument
57 for (; num--;) { in ripemd160_block_data_order()
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c109 if ((res = c->num)) { in sha1_update()
420 sha_off = SHA_CBLOCK - key->md.num; in aesni_cbc_hmac_sha1_cipher()
589 j += SHA_CBLOCK - key->md.num; in aesni_cbc_hmac_sha1_cipher()
614 for (res = key->md.num, j = 0; j < len; j++) { in aesni_cbc_hmac_sha1_cipher()
681 res = key->md.num; in aesni_cbc_hmac_sha1_cipher()
H A De_aes_cbc_hmac_sha256.c103 if ((res = c->num)) { in sha256_update()
434 sha_off = SHA256_CBLOCK - key->md.num; in aesni_cbc_hmac_sha256_cipher()
570 j += SHA256_CBLOCK - key->md.num; in aesni_cbc_hmac_sha256_cipher()
598 for (res = key->md.num, j = 0; j < len; j++) { in aesni_cbc_hmac_sha256_cipher()
677 res = key->md.num; in aesni_cbc_hmac_sha256_cipher()
/openssl/crypto/x509/
H A Dv3_utl.c1357 unsigned int num = 0; in ipv6_hex() local
1364 num <<= 4; in ipv6_hex()
1368 num |= (char)x; in ipv6_hex()
1370 out[0] = num >> 8; in ipv6_hex()
1371 out[1] = num & 0xff; in ipv6_hex()

Completed in 148 milliseconds

1...<<111213141516