Home
last modified time | relevance | path

Searched refs:ukm (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/crypto/dh/
Ddh_kdf.c51 const unsigned char *ukm, size_t ukmlen) in dh_sharedinfo_encode() argument
71 if (ukm) { in dh_sharedinfo_encode()
74 ukm_oct.data = (unsigned char *)ukm; in dh_sharedinfo_encode()
101 const unsigned char *ukm, size_t ukmlen, const EVP_MD *md) in DH_KDF_X9_42() argument
115 derlen = dh_sharedinfo_encode(&der, &ctr, key_oid, outlen, ukm, ukmlen); in DH_KDF_X9_42()
Ddh_ameth.c677 ASN1_OCTET_STRING *ukm; in dh_cms_set_shared_info() local
685 if (!CMS_RecipientInfo_kari_get0_alg(ri, &alg, &ukm)) in dh_cms_set_shared_info()
731 if (ukm) { in dh_cms_set_shared_info()
732 dukmlen = ASN1_STRING_length(ukm); in dh_cms_set_shared_info()
733 dukm = OPENSSL_memdup(ASN1_STRING_get0_data(ukm), dukmlen); in dh_cms_set_shared_info()
787 ASN1_OCTET_STRING *ukm; in dh_cms_encrypt() local
846 if (!CMS_RecipientInfo_kari_get0_alg(ri, &talg, &ukm)) in dh_cms_encrypt()
875 if (ukm) { in dh_cms_encrypt()
876 dukmlen = ASN1_STRING_length(ukm); in dh_cms_encrypt()
877 dukm = OPENSSL_memdup(ASN1_STRING_get0_data(ukm), dukmlen); in dh_cms_encrypt()
/third_party/openssl/crypto/ec/
Dec_ameth.c741 ASN1_OCTET_STRING *ukm; in ecdh_cms_set_shared_info() local
748 if (!CMS_RecipientInfo_kari_get0_alg(ri, &alg, &ukm)) in ecdh_cms_set_shared_info()
779 plen = CMS_SharedInfo_encode(&der, kekalg, ukm, keylen); in ecdh_cms_set_shared_info()
833 ASN1_OCTET_STRING *ukm; in ecdh_cms_encrypt() local
902 if (!CMS_RecipientInfo_kari_get0_alg(ri, &talg, &ukm)) in ecdh_cms_encrypt()
933 penclen = CMS_SharedInfo_encode(&penc, wrap_alg, ukm, keylen); in ecdh_cms_encrypt()
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_ctrl.pod119 int EVP_PKEY_CTX_set0_dh_kdf_ukm(EVP_PKEY_CTX *ctx, unsigned char *ukm, int len);
120 int EVP_PKEY_CTX_get0_dh_kdf_ukm(EVP_PKEY_CTX *ctx, unsigned char **ukm);
134 int EVP_PKEY_CTX_set0_ecdh_kdf_ukm(EVP_PKEY_CTX *ctx, unsigned char *ukm, int len);
135 int EVP_PKEY_CTX_get0_ecdh_kdf_ukm(EVP_PKEY_CTX *ctx, unsigned char **ukm);
353 B<ukm> and its length to B<len> for DH key derivation. This parameter is optional
357 free the original memory pointed to by B<ukm>.
415 The EVP_PKEY_CTX_set0_ecdh_kdf_ukm() macro sets the user key material to B<ukm>
418 so the caller should not free the original memory pointed to by B<ukm>.
/third_party/openssl/crypto/cms/
Dcms_asn1.c167 ASN1_EXP_OPT(CMS_KeyAgreeRecipientInfo, ukm, ASN1_OCTET_STRING, 1),
376 ASN1_OCTET_STRING *ukm, int keylen)
399 ecsi.entityUInfo = ukm;
Dcms_local.h160 ASN1_OCTET_STRING *ukm; member
Dcms_kari.c34 *pukm = ri->d.kari->ukm; in CMS_RecipientInfo_kari_get0_alg()
/third_party/cef/libcef/browser/net_service/
Durl_loader_factory_getter.cc67 url::Origin(), absl::nullopt /* navigation_id */, ukm::SourceIdObj(), in Create()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.h164 ukm::SourceIdObj ukm_source_id,
178 ukm::SourceIdObj ukm_source_id,
Dalloy_content_browser_client.cc1200 ukm::SourceIdObj ukm_source_id, in RegisterNonNetworkNavigationURLLoaderFactories()
1273 ukm::SourceIdObj ukm_source_id, in WillCreateURLLoaderFactory()
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.h56 ukm::SourceIdObj ukm_source_id,
Dchrome_content_browser_client_cef.cc214 ukm::SourceIdObj ukm_source_id, in WillCreateURLLoaderFactory()
/third_party/openssl/include/openssl/
Ddh.h180 const unsigned char *ukm, size_t ukmlen, const EVP_MD *md);
Dcms.h328 ASN1_OCTET_STRING *ukm, int keylen);
/third_party/chromium/patch/
D0004-3.2-Beta5.patch28977 ukm::SourceId source_id_ = ukm::kInvalidSourceId;
30254 "//components/ukm:test_support",
30255 "//components/ukm/content",
D0003-3.2-Beta3-1115.patch40972 #include "components/ukm/content/source_url_recorder.h"