Home
last modified time | relevance | path

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

1234

/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()
/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/cms/
H A Dcms_asn1.c206 X509_free(ktri->recip);
/third_party/openssl/crypto/cms/
H A Dcms_asn1.c217 X509_free(ktri->recip);
/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()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c1823 fe recip; in ge_tobytes() local
1827 fe_invert(recip, h->Z); in ge_tobytes()
1828 fe_mul(x, h->X, recip); in ge_tobytes()
1829 fe_mul(y, h->Y, recip); in ge_tobytes()
1836 fe recip; in ge_p3_tobytes() local
1840 fe_invert(recip, h->Z); in ge_p3_tobytes()
1841 fe_mul(x, h->X, recip); in ge_p3_tobytes()
1842 fe_mul(y, h->Y, recip); in ge_p3_tobytes()
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe.c167 jwe->recip = 0; in lws_jwe_init()
/third_party/skia/third_party/externals/libpng/
H A Dpng.c2860 int recip = 0; in png_pow10() local
2869 recip = 1; power = -power; in png_pow10()
2884 if (recip != 0) d = 1/d; in png_pow10()
/third_party/python/Lib/test/
H A Dtest_smtplib.py611 recip = re.compile(r"^recips: .*'foo@example.net'.*$", re.MULTILINE)
612 self.assertRegex(debugout, recip)
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1113 Format(instr, "recip.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1041 Format(instr, "recip.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()

Completed in 42 milliseconds

1234