/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha384-kdf.c | 32 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 D | sha512-kdf.c | 32 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 D | sha1-prf.c | 30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() argument
|
H A D | sha1-tprf.c | 29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() argument
|
H A D | sha256-kdf.c | 32 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 D | sha256-tlsprf.c | 29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256() argument
|
H A D | sha384-kdf.c | 32 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 D | sha384-tlsprf.c | 29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384() argument
|
H A D | sha512-kdf.c | 32 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 D | smack-util.c | 48 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 D | keylog.c | 123 Curl_tls_keylog_write(const char *label, in Curl_tls_keylog_write() argument
|
/third_party/gn/src/gn/ |
H A D | bundle_file_rule.cc | 21 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 D | InfoDialog.java | 40 InfoDialog(Frame parent, String title, String label, String message) { in InfoDialog() argument
|
/third_party/musl/src/misc/ |
H A D | fmtmsg.c | 24 int fmtmsg(long classification, const char *label, int severity, in fmtmsg() argument
|
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 28 const char *label; member
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | config.rs | 146 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 D | TextureStorage.h | 43 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 D | MCSection.cpp | 88 void MCSection::addPendingLabel(MCSymbol* label, unsigned Subsection) { in addPendingLabel() argument
|
/third_party/skia/samplecode/ |
H A D | SampleXfermodesBlur.cpp | 130 const char* label = SkBlendMode_Name(gModes[i]); variable
|
/third_party/skia/third_party/externals/imgui/misc/cpp/ |
H A D | imgui_stdlib.cpp | 42 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 D | bit_reader_inl_utils.h | 107 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 D | ObjectBase.cpp | 40 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 D | reactReduxLikeDeferredInferenceAllowsAssignment.js | |
H A D | asyncFunctionWithForStatementNoInitializer.js | |
H A D | classStaticBlock6.js | |