Searched refs:v6 (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/aes/asm/ |
H A D | bsaes-armv8.pl | 1048 eor v6.16b, v6.16b, v7.16b // fix up round 0 key (by XORing with 0x63) 1133 eor v6.16b, v6.16b, v8.16b 1328 add v6.4s, v2.4s, v14.4s 1386 eor v6.16b, v6.16b, v19.16b 1581 cmtst v9.2d, v9.2d, v6.2d 1605 eor v6.16b, v6.16b, v14.16b 1703 eor v6.16b, v6.16b, v17.16b 1712 eor v6.16b, v6.16b, v14.16b 1740 eor v6.16b, v6.16b, v14.16b 1766 eor v6.16b, v6.16b, v14.16b [all …]
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | MANIFEST | 1 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
|
/openssl/crypto/x509/ |
H A D | v3_utl.c | 34 static int ipv6_from_asc(unsigned char *v6, const char *in); 1250 static int ipv6_from_asc(unsigned char *v6, const char *in) in ipv6_from_asc() argument 1299 memcpy(v6, v6stat.tmp, v6stat.zero_pos); in ipv6_from_asc() 1301 memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total); in ipv6_from_asc() 1304 memcpy(v6 + v6stat.zero_pos + 16 - v6stat.total, in ipv6_from_asc() 1308 memcpy(v6, v6stat.tmp, 16); in ipv6_from_asc()
|
/openssl/providers/implementations/kdfs/ |
H A D | argon2.c | 97 # define PERMUTATION_P(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ argument 102 G(v2, v6, v10, v14); \ 105 G(v1, v6, v11, v12); \
|
/openssl/doc/man1/ |
H A D | openssl-ocsp.pod.in | 183 The I<host> may be a domain name or an IP (v4 or v6) address,
|
H A D | openssl-cmp.pod.in | 515 IP address may be for v4 or v6, such as C<127.0.0.1> or C<[::1]> for localhost.
|
/openssl/crypto/err/ |
H A D | openssl.txt | 146 BIO_R_LISTEN_V6_ONLY:136:listen v6 only
|
Completed in 28 milliseconds