Home
last modified time | relevance | path

Searched refs:vdup (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/sys/crypto/chacha/arch/arm/
H A Dchacha_neon_32.S189 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 Dcfparse.y660 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 Dremoteconf.c677 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 Dvmbuf.h71 extern vchar_t *vdup __P((vchar_t *));
H A Dvmbuf.c117 vdup(vchar_t *src) in vdup() function
H A Ddebugrm.h89 #define vdup(old) \ macro
H A Dvendorid.c207 return vdup(current->hash); in set_vendorid()
H A Ddebugrm.c259 p = vdup(ptr); in DRM_vdup()
H A Doakley.c108 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 Dipsec_doi.c317 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 Dadmin.c276 buf = vdup(&tmp);
H A Disakmp_quick.c1396 iph2->msg1 = vdup(msg0);
2151 idsrc = vdup(iph2->id);
2163 iddst = vdup(iph2->id_p);
H A Disakmp_xauth.c1845 new->login = vdup(xauth_rmconf->login);
1853 new->pass = vdup(xauth_rmconf->pass);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp526 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 Dpoly1305-armv4.S401 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 Dghashv8-armx.S25 vdup.32 q9,d18[1]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dpoly1305-armv4.S407 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 Dghashv8-armx.S18 vdup.32 q9,d18[1]
/netbsd-src/common/lib/libc/arch/arm/string/
H A Dstrlen_neon.S41 vdup.32 q3, r3 /* dup throughout q3 */
H A Dmemset_arm.S92 vdup.8 q0, r3 /* move fill to SIMD */
H A Dmemset_neon.S52 vdup.8 q0, r3 /* move fill to SIMD */
H A Dmemcpy_neon.S71 vdup.8 d1, r5 /* set offset for table */
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/
H A Dghashv8-armx.S17 vdup.32 q9,d18[1]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-20201427 * 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 DChangeLog-20201427 * 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.

123