Home
last modified time | relevance | path

Searched refs:recip (Results 76 - 100 of 111) sorted by relevance

12345

/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dcms.h302 X509 *recip, unsigned int flags);
303 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
308 EVP_PKEY **pk, X509 **recip,
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_smime.c634 X509 *recip; in STACK_OF() local
643 recip = sk_X509_value(certs, i); in STACK_OF()
644 if (!CMS_add1_recipient_cert(cms, recip, flags)) { in STACK_OF()
H A Dcms_asn1.c206 X509_free(ktri->recip);
/third_party/openssl/crypto/cms/
H A Dcms_smime.c634 X509 *recip; in STACK_OF() local
643 recip = sk_X509_value(certs, i); in STACK_OF()
644 if (!CMS_add1_recipient_cert(cms, recip, flags)) { in STACK_OF()
H A Dcms_asn1.c217 X509_free(ktri->recip);
/third_party/glslang/Test/
H A Druntests267 run -H -e main -V -D -Od -H -i --hlsl-dx-position-w hlsl.w-recip.frag > $TARGETDIR/hlsl.w-recip.frag.out
268 diff -b $BASEDIR/hlsl.w-recip.frag.out $TARGETDIR/hlsl.w-recip.frag.out || HASERROR=1
/third_party/node/deps/openssl/openssl/apps/
H A Dcms.c160 {"recip", OPT_RECIP, '<', "Recipient cert file"},
289 X509 *cert = NULL, *recip = NULL, *signer = NULL, *originator = NULL; in cms_main() local
849 if ((recip = load_cert(recipfile, FORMAT_UNDEF, in cms_main()
1132 if (!CMS_decrypt_set1_pkey_and_peer(cms, key, recip, originator)) { in cms_main()
1262 X509_free(recip); in cms_main()
/third_party/openssl/apps/
H A Dcms.c160 {"recip", OPT_RECIP, '<', "Recipient cert file"},
289 X509 *cert = NULL, *recip = NULL, *signer = NULL, *originator = NULL; in cms_main() local
850 if ((recip = load_cert(recipfile, FORMAT_UNDEF, in cms_main()
1133 if (!CMS_decrypt_set1_pkey_and_peer(cms, key, recip, originator)) { in cms_main()
1263 X509_free(recip); in cms_main()
/third_party/lame/misc/
H A Dath.c185 recip = 5 enumerator
754 " type: linear, logarithm, square, cubic, erb, recip\n" in usage()
802 else if ( 0 == strncmp ( argv[1], "re" , 2) ) genmode = recip; in main()
/kernel/linux/linux-5.10/drivers/usb/class/
H A Dusblp.c250 static int usblp_ctrl_msg(struct usblp *usblp, int request, int type, int dir, int recip, int value, void *buf, int len) in usblp_ctrl_msg() argument
263 request, type | dir | recip, value, index, buf, len, USBLP_CTL_TIMEOUT); in usblp_ctrl_msg()
265 "usblp_control_msg: rq: 0x%02x dir: %d recip: %d value: %d idx: %d len: %#x result: %d\n", in usblp_ctrl_msg()
266 request, !!dir, recip, value, index, len, retval); in usblp_ctrl_msg()
/kernel/linux/linux-5.10/include/linux/
H A Dusb.h1823 int recip, int type, int target, void *data);
1826 int recip, int target, void *data) in usb_get_std_status()
1828 return usb_get_status(dev, recip, USB_STATUS_TYPE_STANDARD, target, in usb_get_std_status()
1825 usb_get_std_status(struct usb_device *dev, int recip, int target, void *data) usb_get_std_status() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_plane.c417 u32 scale, recip; in vc4_write_tpz() local
424 recip = ~0 / scale; in vc4_write_tpz()
430 VC4_SET_FIELD(recip, SCALER_TPZ1_RECIP)); in vc4_write_tpz()
/kernel/linux/linux-6.6/include/linux/
H A Dusb.h1867 int recip, int type, int target, void *data);
1870 int recip, int target, void *data) in usb_get_std_status()
1872 return usb_get_status(dev, recip, USB_STATUS_TYPE_STANDARD, target, in usb_get_std_status()
1869 usb_get_std_status(struct usb_device *dev, int recip, int target, void *data) usb_get_std_status() argument
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dusblp.c250 static int usblp_ctrl_msg(struct usblp *usblp, int request, int type, int dir, int recip, int value, void *buf, int len) in usblp_ctrl_msg() argument
263 request, type | dir | recip, value, index, buf, len, USBLP_CTL_TIMEOUT); in usblp_ctrl_msg()
265 "usblp_control_msg: rq: 0x%02x dir: %d recip: %d value: %d idx: %d len: %#x result: %d\n", in usblp_ctrl_msg()
266 request, !!dir, recip, value, index, len, retval); in usblp_ctrl_msg()
/third_party/python/Lib/
H A Dsmtplib.py548 def rcpt(self, recip, options=()):
553 self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c1833 fe recip; in ge_tobytes() local
1837 fe_invert(recip, h->Z); in ge_tobytes()
1838 fe_mul(x, h->X, recip); in ge_tobytes()
1839 fe_mul(y, h->Y, recip); in ge_tobytes()
1846 fe recip; in ge_p3_tobytes() local
1850 fe_invert(recip, h->Z); in ge_p3_tobytes()
1851 fe_mul(x, h->X, recip); in ge_p3_tobytes()
1852 fe_mul(y, h->Y, recip); in ge_p3_tobytes()
/third_party/openssl/crypto/ec/
H A Dcurve25519.c1833 fe recip; in ge_tobytes() local
1837 fe_invert(recip, h->Z); in ge_tobytes()
1838 fe_mul(x, h->X, recip); in ge_tobytes()
1839 fe_mul(y, h->Y, recip); in ge_tobytes()
1846 fe recip; in ge_p3_tobytes() local
1850 fe_invert(recip, h->Z); in ge_p3_tobytes()
1851 fe_mul(x, h->X, recip); in ge_p3_tobytes()
1852 fe_mul(y, h->Y, recip); in ge_p3_tobytes()

Completed in 47 milliseconds

12345