Home
last modified time | relevance | path

Searched refs:recip (Results 1 – 25 of 40) sorted by relevance

12

/third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/
Dmain.c15 static const char *recip; variable
68 recip = p; in main()
107 "\r\n.\r\n", recip); in main()
110 "andy@warmcat.com", recip, NULL, done_cb)) { in main()
/third_party/openssl/crypto/cms/
Dcms_env.c185 ossl_x509_set0_libctx(ri->d.ktri->recip, in ossl_cms_RecipientInfos_set_cmsctx()
279 static int cms_RecipientInfo_ktri_init(CMS_RecipientInfo *ri, X509 *recip, in cms_RecipientInfo_ktri_init() argument
307 if (!ossl_cms_set1_SignerIdentifier(ktri->rid, recip, idtype, ctx)) in cms_RecipientInfo_ktri_init()
310 X509_up_ref(recip); in cms_RecipientInfo_ktri_init()
314 ktri->recip = recip; in cms_RecipientInfo_ktri_init()
333 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip, in CMS_add1_recipient() argument
351 pk = X509_get0_pubkey(recip); in CMS_add1_recipient()
360 if (!cms_RecipientInfo_ktri_init(ri, recip, pk, flags, ctx)) in CMS_add1_recipient()
365 if (!ossl_cms_RecipientInfo_kari_init(ri, recip, pk, originator, in CMS_add1_recipient()
389 CMS_RecipientInfo *CMS_add1_recipient_cert(CMS_ContentInfo *cms, X509 *recip, in CMS_add1_recipient_cert() argument
[all …]
Dcms_kari.c341 int ossl_cms_RecipientInfo_kari_init(CMS_RecipientInfo *ri, X509 *recip, in ossl_cms_RecipientInfo_kari_init() argument
372 if (!ossl_cms_set1_keyid(&rek->rid->d.rKeyId->subjectKeyIdentifier, recip)) in ossl_cms_RecipientInfo_kari_init()
376 if (!ossl_cms_set1_ias(&rek->rid->d.issuerAndSerialNumber, recip)) in ossl_cms_RecipientInfo_kari_init()
Dcms_local.h163 X509 *recip; member
459 int ossl_cms_RecipientInfo_kari_init(CMS_RecipientInfo *ri, X509 *recip,
Dcms_smime.c633 X509 *recip; in CMS_encrypt_ex() local
642 recip = sk_X509_value(certs, i); in CMS_encrypt_ex()
643 if (!CMS_add1_recipient_cert(cms, recip, flags)) { in CMS_encrypt_ex()
/third_party/openssl/doc/man3/
DCMS_add1_recipient_cert.pod11 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
16 X509 *recip, unsigned int flags);
27 CMS_add1_recipient() adds recipient B<recip> and provides the originator pkey
32 CMS_add1_recipient_cert() adds recipient B<recip> to CMS_ContentInfo enveloped
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DDriveControl.h33 std::for_each(beg, end, [this](auto &x){x *= recip;}); in operator()
39 const double recip = 1 / kScale; variable
/third_party/rust/crates/num-traits/src/
Dfloat.rs653 fn recip(self) -> Self { in recip() method
680 self = self.recip(); in powi()
828 Self::recip(self) -> Self;
931 Self::recip(self) -> Self;
1334 fn recip(self) -> Self; in recip() method
1939 Self::recip(self) -> Self;
2020 FloatCore::recip(self) -> Self;
Dreal.rs243 fn recip(self) -> Self; in recip() method
800 Float::recip(self) -> Self;
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_minkowski_distance_f32.c45 const int recip = b < 0; in __powisf2() local
56 return recip ? 1/r : r; in __powisf2()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcdctmgr.c416 UDCTELEM recip, corr; in quantize() local
422 recip = divisors[i + DCTSIZE2 * 0]; in quantize()
428 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
433 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
/third_party/libjpeg-turbo/
Djcdctmgr.c416 UDCTELEM recip, corr; in quantize() local
422 recip = divisors[i + DCTSIZE2 * 0]; in quantize()
428 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
433 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
/third_party/libwebsockets/lib/jose/jwe/
Djwe-ecdh-es-aeskw.c209 struct lws_jwk *ephem = &jwe->jose.recipient[jwe->recip].jwk_ephemeral; in lws_jwe_encrypt_ecdh()
468 if (jwe->jose.recipient[jwe->recip].jwk_ephemeral.kty != in lws_jwe_auth_and_decrypt_ecdh()
497 jwe->jose.recipient[jwe->recip].jwk_ephemeral.e, in lws_jwe_auth_and_decrypt_ecdh()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcdctmgr.c416 UDCTELEM recip, corr; in quantize() local
422 recip = divisors[i + DCTSIZE2 * 0]; in quantize()
428 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
433 product = (UDCTELEM2)(temp + corr) * recip; in quantize()
/third_party/openssl/apps/
Dsmime.c140 X509 *cert = NULL, *recip = NULL, *signer = NULL; in smime_main() local
470 if ((recip = load_cert(recipfile, FORMAT_UNDEF, in smime_main()
605 if (!PKCS7_decrypt(p7, key, recip, out, flags)) { in smime_main()
663 X509_free(recip); in smime_main()
Dcms.c289 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/libwebsockets/include/libwebsockets/
Dlws-jwe.h57 int recip; member
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dsmult_curve25519_ref.c180 static void recip(unsigned int out[32],const unsigned int z[32]) in recip() function
260 recip(work + 32,work + 32); in crypto_scalarmult_curve25519()
/third_party/libwebsockets/lib/jose/jws/
Djose.c77 int recip; member
428 args.recip = 0; in lws_jose_parse()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl710 __m128 recip = _mm_rsqrt_ps(x.Data); // "estimate" opcode local
711 __m128 halfrecip = _mm_mul_ps(half, recip);
712 __m128 threeminus_xrr = _mm_sub_ps(three, _mm_mul_ps(x.Data, _mm_mul_ps(recip, recip)));
/third_party/openssl/include/openssl/
Dcms.h.in204 X509 *recip, unsigned int flags);
205 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
210 EVP_PKEY **pk, X509 **recip,
/third_party/openssl/ohos_lite/include/openssl/
Dcms.h157 X509 *recip, unsigned int flags);
161 EVP_PKEY **pk, X509 **recip,
/third_party/glslang/Test/
Druntests261 run -H -e main -V -D -Od -H -i --hlsl-dx-position-w hlsl.w-recip.frag > $TARGETDIR/hlsl.w-recip.fra…
262 diff -b $BASEDIR/hlsl.w-recip.frag.out $TARGETDIR/hlsl.w-recip.frag.out || HASERROR=1
/third_party/openssl/doc/man1/
Dopenssl-cms.pod.in65 [B<-recip> I<file>]
342 the B<-recip> or B<-signer> file. When signing this option can be used
379 =item B<-recip> I<file>
393 This is an alternative to using the B<-recip> option when encrypting a message.
816 openssl cms -decrypt -in mail.msg -recip mycert.pem -inkey key.pem
850 -recip cert.pem -keyopt rsa_padding_mode:oaep
855 -recip ecdhcert.pem -keyopt ecdh_kdf_md:sha256
Dopenssl-smime.pod.in32 [B<-recip> I< file>]
254 =item B<-recip> I<file>
264 the B<-recip> or B<-signer> file. When signing this option can be used
421 openssl smime -decrypt -in mail.msg -recip mycert.pem -inkey key.pem

12