/netbsd-src/sys/crypto/chacha/arch/arm/ |
H A D | chacha_neon_32.S | 189 vdup.32 q0, d24[0] /* q0-q3 := constant */ 190 vdup.32 q1, d24[1] 191 vdup.32 q2, d25[0] 192 vdup.32 q3, d25[1] 193 vdup.32 q12, r1 /* q12 := (blkno, blkno, blkno, blkno) */ 194 vdup.32 q4, d26[0] /* q4-q11 := (key, key, key, key) */ 195 vdup.32 q5, d26[1] 196 vdup.32 q6, d27[0] 197 vdup.32 q7, d27[1] 198 vdup.32 q8, d28[0] [all …]
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | cfparse.y | 660 xauth_rad_config.auth_server_list[i].host = vdup($2); 661 xauth_rad_config.auth_server_list[i].secret = vdup($3); 679 xauth_rad_config.auth_server_list[i].host = vdup($2); 680 xauth_rad_config.auth_server_list[i].secret = vdup($4); 698 xauth_rad_config.acct_server_list[i].host = vdup($2); 699 xauth_rad_config.acct_server_list[i].secret = vdup($3); 717 xauth_rad_config.acct_server_list[i].host = vdup($2); 718 xauth_rad_config.acct_server_list[i].secret = vdup($4); 801 xauth_ldap_config.uri = vdup($2); 814 xauth_ldap_config.host = vdup($2); [all …]
|
H A D | remoteconf.c | 677 new->idv = vdup(new->idv); 681 new->key = vdup(new->key); 685 new->mycert = vdup(new->mycert); 689 new->peerscert = vdup(new->peerscert); 693 new->cacert = vdup(new->cacert); 698 new->script[i] = vdup(new->script[i]); 1140 res->gssid = vdup(sa->gssid); in dupisakmpsa()
|
H A D | vmbuf.h | 71 extern vchar_t *vdup __P((vchar_t *));
|
H A D | vmbuf.c | 117 vdup(vchar_t *src) in vdup() function
|
H A D | debugrm.h | 89 #define vdup(old) \ macro
|
H A D | vendorid.c | 207 return vdup(current->hash); in set_vendorid()
|
H A D | debugrm.c | 259 p = vdup(ptr); in DRM_vdup()
|
H A D | oakley.c | 108 a.prime = vdup(&buf); \ 154 return vdup(&p); in dump_isakmp_payload() 406 (*dhgrp)->prime = vdup(g->prime); 1437 iph1->cert_p = vdup(iph1->rmconf->peerscert); 1639 iph1->cert = vdup(iph1->rmconf->mycert); 2824 if ((newivm->ive = vdup(newivm->iv)) == NULL) { 2904 if ((newivm->ive = vdup(newivm->iv)) == NULL) {
|
H A D | ipsec_doi.c | 317 iph1->gi_i = vdup(iph1->rmconf->proposal->gssid); 319 iph1->gi_r = vdup(sa->gssid); 322 iph1->gi_r = vdup(sa->gssid); 3658 ident = vdup(iph1->rmconf->idv); 3662 ident = vdup(iph1->rmconf->idv); 3666 ident = vdup(iph1->rmconf->idv); 3672 ident = vdup(iph1->rmconf->idv);
|
H A D | admin.c | 276 buf = vdup(&tmp);
|
H A D | isakmp_quick.c | 1396 iph2->msg1 = vdup(msg0); 2151 idsrc = vdup(iph2->id); 2163 iddst = vdup(iph2->id_p);
|
H A D | isakmp_xauth.c | 1845 new->login = vdup(xauth_rmconf->login); 1853 new->pass = vdup(xauth_rmconf->pass);
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/ |
H A D | PerfectShuffle.cpp | 526 struct vdup : public Operator { struct 527 vdup(const char *N, unsigned Opc) in vdup() function 531 vdup<0> the_vdup0("vdup0", OP_VDUP0); 532 vdup<1> the_vdup1("vdup1", OP_VDUP1); 533 vdup<2> the_vdup2("vdup2", OP_VDUP2); 534 vdup<3> the_vdup3("vdup3", OP_VDUP3);
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
H A D | poly1305-armv4.S | 401 vdup.32 d0,r2 @ r^1 in both lanes 403 vdup.32 d1,r3 405 vdup.32 d2,r2 406 vdup.32 d3,r4 408 vdup.32 d4,r3 409 vdup.32 d5,r5 411 vdup.32 d6,r4 412 vdup.32 d7,r6 413 vdup.32 d8,r5
|
H A D | ghashv8-armx.S | 25 vdup.32 q9,d18[1]
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
H A D | poly1305-armv4.S | 407 vdup.32 d0,r2 @ r^1 in both lanes 409 vdup.32 d1,r3 411 vdup.32 d2,r2 412 vdup.32 d3,r4 414 vdup.32 d4,r3 415 vdup.32 d5,r5 417 vdup.32 d6,r4 418 vdup.32 d7,r6 419 vdup.32 d8,r5
|
H A D | ghashv8-armx.S | 18 vdup.32 q9,d18[1]
|
/netbsd-src/common/lib/libc/arch/arm/string/ |
H A D | strlen_neon.S | 41 vdup.32 q3, r3 /* dup throughout q3 */
|
H A D | memset_arm.S | 92 vdup.8 q0, r3 /* move fill to SIMD */
|
H A D | memset_neon.S | 52 vdup.8 q0, r3 /* move fill to SIMD */
|
H A D | memcpy_neon.S | 71 vdup.8 d1, r5 /* set offset for table */
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/ |
H A D | ghashv8-armx.S | 17 vdup.32 q9,d18[1]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-2020 | 1427 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that 1429 * testsuite/binutils-all/arm/vdup-cond.s: New file used by 1430 vdup-cond.d. 1431 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing 1434 * testsuite/binutils-all/arm/vdup-cond.s: New file used by 1435 vdup-thumb.d.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | ChangeLog-2020 | 1427 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that 1429 * testsuite/binutils-all/arm/vdup-cond.s: New file used by 1430 vdup-cond.d. 1431 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing 1434 * testsuite/binutils-all/arm/vdup-cond.s: New file used by 1435 vdup-thumb.d.
|