Searched refs:endp (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/ |
H A D | ia64cpuid.S | 21 .endp OPENSSL_cpuid_setup# 28 .endp OPENSSL_rdtsc# 50 .endp OPENSSL_atomic_add# 140 .endp OPENSSL_wipe_cpu# 177 .endp OPENSSL_cleanse# 217 .endp CRYPTO_memcmp# 252 .endp OPENSSL_instrument_bus# 297 .endp OPENSSL_instrument_bus2#
|
H A D | core_namemap.c | 299 char *tmp, *p, *q, *endp; in ossl_namemap_add_names() local 348 endp = p; in ossl_namemap_add_names() 351 for (p = tmp; p < endp; p = q) { in ossl_namemap_add_names()
|
/openssl/apps/lib/ |
H A D | opt.c | 576 char *endp; in opt_long() local 579 l = strtol(value, &endp, 0); in opt_long() 580 if (*endp in opt_long() 581 || endp == value in opt_long() 602 char *endp; in opt_intmax() local 605 m = strtoimax(value, &endp, 0); in opt_intmax() 606 if (*endp in opt_intmax() 607 || endp == value in opt_intmax() 631 char *endp; in opt_uintmax() local 635 if (*endp in opt_uintmax() [all …]
|
/openssl/test/ |
H A D | danetest.c | 219 char *endp; in checked_uint8() local 224 v = strtol(cp, &endp, 10); in checked_uint8() 228 endp == cp || !isspace(_UC(*endp)) || in checked_uint8() 232 for (cp = endp; isspace(_UC(*cp)); ++cp) in checked_uint8()
|
/openssl/crypto/bio/ |
H A D | bio_addr.c | 866 char *endp = NULL; in BIO_lookup_ex() local 867 long portnum = strtol(service, &endp, 10); in BIO_lookup_ex() 891 if (endp != service && *endp == '\0' in BIO_lookup_ex() 896 } else if (endp == service) { in BIO_lookup_ex()
|
/openssl/apps/ |
H A D | passwd.c | 548 char *endp; in shacrypt() local 549 unsigned long int srounds = strtoul (num, &endp, 10); in shacrypt() 550 if (*endp == '$') { in shacrypt() 551 salt = endp + 1; in shacrypt()
|
H A D | s_client.c | 390 char *endp; in checked_uint8() local 395 v = strtol(in, &endp, 10); in checked_uint8() 399 endp == in || !isspace(_UC(*endp)) || in checked_uint8() 403 for (in = endp; isspace(_UC(*in)); ++in) in checked_uint8()
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 105 .endp poly1305_init# 277 .endp poly1305_blocks# 363 .endp poly1305_emit#
|
/openssl/crypto/bn/asm/ |
H A D | ia64.S | 225 .endp bn_add_words# 278 .endp bn_sub_words# 396 .endp bn_mul_words# 464 .endp bn_mul_add_words# 529 .endp bn_sqr_words# 573 .endp bn_sqr_comba8# 1165 .endp bn_mul_comba8# 1201 .endp bn_sqr_comba4# 1381 .endp bn_mul_comba4# 1563 .endp bn_div_words#
|
/openssl/crypto/aes/asm/ |
H A D | aes-ia64.S | 280 .endp _ia64_AES_encrypt# 420 .endp AES_encrypt# 460 exit if (/\.endp\s+AES_decrypt/); 657 .endp _ia64_AES_decrypt# 797 .endp AES_decrypt#
|
Completed in 42 milliseconds