Home
last modified time | relevance | path

Searched refs:endp (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/
H A Dia64cpuid.S21 .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 Dcore_namemap.c297 char *tmp, *p, *q, *endp; in ossl_namemap_add_names() local
346 endp = p; in ossl_namemap_add_names()
349 for (p = tmp; p < endp; p = q) { in ossl_namemap_add_names()
/openssl/apps/lib/
H A Dopt.c566 char *endp; in opt_long() local
569 l = strtol(value, &endp, 0); in opt_long()
570 if (*endp in opt_long()
571 || endp == value in opt_long()
592 char *endp; in opt_intmax() local
595 m = strtoimax(value, &endp, 0); in opt_intmax()
596 if (*endp in opt_intmax()
597 || endp == value in opt_intmax()
621 char *endp; in opt_uintmax() local
625 if (*endp in opt_uintmax()
[all …]
/openssl/test/
H A Ddanetest.c219 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 Dbio_addr.c856 char *endp = NULL; in BIO_lookup_ex() local
857 long portnum = strtol(service, &endp, 10); in BIO_lookup_ex()
881 if (endp != service && *endp == '\0' in BIO_lookup_ex()
886 } else if (endp == service) { in BIO_lookup_ex()
/openssl/apps/
H A Dpasswd.c549 char *endp; in shacrypt() local
550 unsigned long int srounds = strtoul (num, &endp, 10); in shacrypt()
551 if (*endp == '$') { in shacrypt()
552 salt = endp + 1; in shacrypt()
H A Ds_client.c345 char *endp; in checked_uint8() local
350 v = strtol(in, &endp, 10); in checked_uint8()
354 endp == in || !isspace(_UC(*endp)) || in checked_uint8()
358 for (in = endp; isspace(_UC(*in)); ++in) in checked_uint8()
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S105 .endp poly1305_init#
277 .endp poly1305_blocks#
363 .endp poly1305_emit#
/openssl/crypto/bn/asm/
H A Dia64.S225 .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 Daes-ia64.S280 .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 44 milliseconds