Home
last modified time | relevance | path

Searched defs:label (Results 76 - 100 of 700) sorted by relevance

12345678910>>...28

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha384-kdf.c32 hmac_sha384_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha384_kdf() argument
H A Dsha512-kdf.c32 hmac_sha512_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha512_kdf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() argument
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() argument
H A Dsha256-kdf.c32 hmac_sha256_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha256_kdf() argument
H A Dsha256-tlsprf.c29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256() argument
H A Dsha384-kdf.c32 hmac_sha384_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha384_kdf() argument
H A Dsha384-tlsprf.c29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384() argument
H A Dsha512-kdf.c32 hmac_sha512_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) hmac_sha512_kdf() argument
/third_party/eudev/src/shared/
H A Dsmack-util.c48 int mac_smack_apply(const char *path, const char *label) { in mac_smack_apply() argument
68 int mac_smack_apply_fd(int fd, const char *label) { in mac_smack_apply_fd() argument
88 int mac_smack_apply_ip_out_fd(int fd, const char *label) { in mac_smack_apply_ip_out_fd() argument
108 mac_smack_apply_ip_in_fd(int fd, const char *label) mac_smack_apply_ip_in_fd() argument
128 mac_smack_apply_pid(pid_t pid, const char *label) mac_smack_apply_pid() argument
171 const char *label; mac_smack_fix() local
[all...]
/third_party/curl/lib/vtls/
H A Dkeylog.c123 Curl_tls_keylog_write(const char *label, in Curl_tls_keylog_write() argument
/third_party/gn/src/gn/
H A Dbundle_file_rule.cc21 std::string label = bundle_file_rule->target()->label().GetUserVisibleName( in ErrMissingPropertyForExpansion() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java40 InfoDialog(Frame parent, String title, String label, String message) { in InfoDialog() argument
/third_party/musl/src/misc/
H A Dfmtmsg.c24 int fmtmsg(long classification, const char *label, int severity, in fmtmsg() argument
/third_party/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c28 const char *label; member
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dconfig.rs146 pub fn label(&self, severity: Severity, label_style: LabelStyle) -> &ColorSpec { in label() functions
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureStorage.h43 TextureStorage(const std::string &label) : mTextureLabel(label) {} in TextureStorage() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSection.cpp88 void MCSection::addPendingLabel(MCSymbol* label, unsigned Subsection) { in addPendingLabel() argument
/third_party/skia/samplecode/
H A DSampleXfermodesBlur.cpp130 const char* label = SkBlendMode_Name(gModes[i]); variable
/third_party/skia/third_party/externals/imgui/misc/cpp/
H A Dimgui_stdlib.cpp42 bool ImGui::InputText(const char* label, std::string* str, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputText() argument
54 bool ImGui::InputTextMultiline(const char* label, std::string* str, const ImVec2& size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputTextMultiline() argument
66 bool ImGui::InputTextWithHint(const char* label, const char* hint, std::string* str, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputTextWithHint() argument
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_inl_utils.h107 VP8GetBit(VP8BitReader* WEBP_RESTRICT const br, int prob, const char label[]) VP8GetBit() argument
140 VP8GetSigned(VP8BitReader* WEBP_RESTRICT const br, int v, const char label[]) VP8GetSigned() argument
159 VP8GetBitAlt(VP8BitReader* WEBP_RESTRICT const br, int prob, const char label[]) VP8GetBitAlt() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DObjectBase.cpp40 ApiObjectBase::ApiObjectBase(DeviceBase* device, const char* label) : ObjectBase(device) { in ApiObjectBase() argument
57 void ApiObjectBase::APISetLabel(const char* label) { in APISetLabel() argument
/third_party/typescript/tests/baselines/reference/
H A DreactReduxLikeDeferredInferenceAllowsAssignment.js
H A DasyncFunctionWithForStatementNoInitializer.js
H A DclassStaticBlock6.js

Completed in 7 milliseconds

12345678910>>...28