Searched refs:inptr (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/ |
H A D | punycode.c | 256 const char *inptr = in; in ossl_a2ulabel() local 270 char *tmpptr = strchr(inptr, '.'); in ossl_a2ulabel() 271 size_t delta = tmpptr != NULL ? (size_t)(tmpptr - inptr) : strlen(inptr); in ossl_a2ulabel() 273 if (!HAS_PREFIX(inptr, "xn--")) { in ossl_a2ulabel() 274 if (!WPACKET_memcpy(&pkt, inptr, delta)) in ossl_a2ulabel() 279 if (ossl_punycode_decode(inptr + 4, delta - 4, buf, &bufsize) <= 0) { in ossl_a2ulabel() 304 inptr = tmpptr + 1; in ossl_a2ulabel()
|
/openssl/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 98 @inptr=map("%r$_",(8..11)); 208 movdqu (@inptr[1]),@inp[1] 210 movdqu (@inptr[2]),@inp[2] 212 movdqu (@inptr[3]),@inp[3] 228 prefetcht0 31(@inptr[1],$offset) 230 prefetcht0 31(@inptr[2],$offset) 231 prefetcht0 31(@inptr[2],$offset) 486 movdqu (@inptr[1]),@out[1] 488 movdqu (@inptr[2]),@out[2] 490 movdqu (@inptr[3]),@out[3] [all …]
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_s390x.inc | 211 const unsigned char *inptr; 229 inptr = in; 232 actx->plat.s390x.mres[n] = *inptr; 234 ++inptr;
|
/openssl/apps/ |
H A D | s_client.c | 343 static ossl_ssize_t hexdecode(const char **inptr, void *result) in hexdecode() argument 346 const char *in = *inptr; in hexdecode() 377 *inptr = in; in hexdecode() 386 static ossl_ssize_t checked_uint8(const char **inptr, void *out) in checked_uint8() argument 389 const char *in = *inptr; in checked_uint8() 406 *inptr = in; in checked_uint8()
|
/openssl/crypto/evp/ |
H A D | e_aes.c | 1316 const unsigned char *inptr; in s390x_aes_gcm() local 1332 inptr = in; in s390x_aes_gcm() 1335 ctx->mres[n] = *inptr; in s390x_aes_gcm() 1337 ++inptr; in s390x_aes_gcm()
|
Completed in 33 milliseconds