Home
last modified time | relevance | path

Searched defs:cred (Results 1 – 25 of 205) sorted by relevance

123456789

/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/pps/
DCredentialTest.java60 Credential cred = new Credential(); in createCredential() local
178 Credential cred = createCredentialWithUserCredential(); in validateUserCredential() local
194 Credential cred = createCredentialWithUserCredential(); in validateUserCredentialWithoutCaCert() local
208 Credential cred = createCredentialWithUserCredential(); in validateUserCredentialWithEapTls() local
226 Credential cred = createCredentialWithUserCredential(); in validateUserCredentialWithoutRealm() local
243 Credential cred = createCredentialWithUserCredential(); in validateUserCredentialWithoutUsername() local
260 Credential cred = createCredentialWithUserCredential(); in validateUserCredentialWithoutPassword() local
277 Credential cred = createCredentialWithUserCredential(); in validateUserCredentialWithoutAuthMethod() local
296 Credential cred = createCredentialWithCertificateCredential(); in validateCertCredential() local
312 Credential cred = createCredentialWithCertificateCredential(); in validateCertCredentialWithoutCaCert() local
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c23 struct tlsv1_credentials *cred; in tlsv1_cred_alloc() local
29 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free()
194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert()
258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert()
415 static int pkcs12_keybag(struct tlsv1_credentials *cred, in pkcs12_keybag()
423 static int pkcs12_pkcs8_keybag(struct tlsv1_credentials *cred, in pkcs12_pkcs8_keybag()
443 static int pkcs12_certbag(struct tlsv1_credentials *cred, in pkcs12_certbag()
606 static int pkcs12_safebag(struct tlsv1_credentials *cred, in pkcs12_safebag()
678 static int pkcs12_safecontents(struct tlsv1_credentials *cred, in pkcs12_safecontents()
718 static int pkcs12_parse_content_data(struct tlsv1_credentials *cred, in pkcs12_parse_content_data()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c84 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx()
99 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid()
122 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type()
139 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type()
156 static int wps_process_cred_network_key_idx(struct wps_credential *cred, in wps_process_cred_network_key_idx()
169 static int wps_process_cred_network_key(struct wps_credential *cred, in wps_process_cred_network_key()
195 static int wps_process_cred_mac_addr(struct wps_credential *cred, in wps_process_cred_mac_addr()
211 static int wps_workaround_cred_key(struct wps_credential *cred) in wps_workaround_cred_key()
248 struct wps_credential *cred) in wps_process_cred()
268 struct wps_credential *cred) in wps_process_ap_settings()
H A Dwps_registrar.c1524 const struct wps_credential *cred) in wps_build_cred_network_idx()
1535 const struct wps_credential *cred) in wps_build_cred_ssid()
1548 const struct wps_credential *cred) in wps_build_cred_auth_type()
1560 const struct wps_credential *cred) in wps_build_cred_encr_type()
1572 const struct wps_credential *cred) in wps_build_cred_network_key()
1586 const struct wps_credential *cred) in wps_build_credential()
1600 const struct wps_credential *cred) in wps_build_credential_wrap()
1620 struct wpabuf *cred; in wps_build_cred() local
3318 struct wps_credential cred; in wps_process_wsc_done() local
3624 struct wps_credential *cred) in wps_registrar_config_ap()
H A Dwps_enrollee.c704 static int wps_process_cred_e(struct wps_data *wps, const u8 *cred, in wps_process_cred_e()
765 static int wps_process_creds(struct wps_data *wps, const u8 *cred[], in wps_process_creds()
805 struct wps_credential cred; in wps_process_ap_settings_e() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_credential.cc240 void SSL_CREDENTIAL_up_ref(SSL_CREDENTIAL *cred) { cred->UpRefInternal(); } in SSL_CREDENTIAL_up_ref()
242 void SSL_CREDENTIAL_free(SSL_CREDENTIAL *cred) { in SSL_CREDENTIAL_free()
248 int SSL_CREDENTIAL_set1_private_key(SSL_CREDENTIAL *cred, EVP_PKEY *key) { in SSL_CREDENTIAL_set1_private_key()
267 SSL_CREDENTIAL *cred, const SSL_PRIVATE_KEY_METHOD *key_method) { in SSL_CREDENTIAL_set_private_key_method()
278 int SSL_CREDENTIAL_set1_cert_chain(SSL_CREDENTIAL *cred, in SSL_CREDENTIAL_set1_cert_chain()
301 SSL_CREDENTIAL *cred, CRYPTO_BUFFER *dc) { in SSL_CREDENTIAL_set1_delegated_credential()
354 int SSL_CREDENTIAL_set1_ocsp_response(SSL_CREDENTIAL *cred, in SSL_CREDENTIAL_set1_ocsp_response()
365 int SSL_CREDENTIAL_set1_signed_cert_timestamp_list(SSL_CREDENTIAL *cred, in SSL_CREDENTIAL_set1_signed_cert_timestamp_list()
383 int SSL_CTX_add1_credential(SSL_CTX *ctx, SSL_CREDENTIAL *cred) { in SSL_CTX_add1_credential()
391 int SSL_add1_credential(SSL *ssl, SSL_CREDENTIAL *cred) { in SSL_add1_credential()
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_credential.cc240 void SSL_CREDENTIAL_up_ref(SSL_CREDENTIAL *cred) { cred->UpRefInternal(); } in SSL_CREDENTIAL_up_ref()
242 void SSL_CREDENTIAL_free(SSL_CREDENTIAL *cred) { in SSL_CREDENTIAL_free()
248 int SSL_CREDENTIAL_set1_private_key(SSL_CREDENTIAL *cred, EVP_PKEY *key) { in SSL_CREDENTIAL_set1_private_key()
267 SSL_CREDENTIAL *cred, const SSL_PRIVATE_KEY_METHOD *key_method) { in SSL_CREDENTIAL_set_private_key_method()
278 int SSL_CREDENTIAL_set1_cert_chain(SSL_CREDENTIAL *cred, in SSL_CREDENTIAL_set1_cert_chain()
301 SSL_CREDENTIAL *cred, CRYPTO_BUFFER *dc) { in SSL_CREDENTIAL_set1_delegated_credential()
354 int SSL_CREDENTIAL_set1_ocsp_response(SSL_CREDENTIAL *cred, in SSL_CREDENTIAL_set1_ocsp_response()
365 int SSL_CREDENTIAL_set1_signed_cert_timestamp_list(SSL_CREDENTIAL *cred, in SSL_CREDENTIAL_set1_signed_cert_timestamp_list()
383 int SSL_CTX_add1_credential(SSL_CTX *ctx, SSL_CREDENTIAL *cred) { in SSL_CTX_add1_credential()
391 int SSL_add1_credential(SSL *ssl, SSL_CREDENTIAL *cred) { in SSL_add1_credential()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c144 struct wpa_cred *cred; in cred_with_roaming_consortium() local
160 struct wpa_cred *cred; in cred_with_3gpp() local
172 struct wpa_cred *cred; in cred_with_nai_realm() local
188 struct wpa_cred *cred; in cred_with_domain() local
203 struct wpa_cred *cred; in cred_with_min_backhaul() local
218 struct wpa_cred *cred; in cred_with_conn_capab() local
700 struct wpa_cred *cred, in nai_realm_find_eap()
889 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected()
915 struct wpa_cred *cred, in remove_duplicate_network()
980 struct wpa_cred *cred, in interworking_connect_3gpp()
[all …]
H A Dwps_supplicant.c195 const struct wps_credential *cred) in wpas_wps_security_workaround()
375 const struct wps_credential *cred) in wpa_supplicant_wps_cred()
826 const struct wps_credential *cred = ap_settings->cred; in wpa_supplicant_wps_event_er_ap_settings() local
2085 struct wps_credential *cred) in wpas_wps_network_to_cred()
2124 struct wps_credential cred; in wpas_wps_er_set_config() local
2150 struct wps_credential cred; in wpas_wps_er_config() local
2332 struct wps_credential cred; in wpas_wps_network_config_token() local
H A Dconfig_file.c162 struct wpa_cred *cred; in wpa_config_read_cred() local
306 struct wpa_cred *cred, *cred_tail, *cred_head; in wpa_config_read() local
905 static void wpa_config_write_cred(FILE *f, struct wpa_cred *cred) in wpa_config_write_cred()
1652 struct wpa_cred *cred; in wpa_config_write() local
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dgrpc_tool.cc234 const std::string& server_address, const CliCredentials& cred, in CreateCliChannel()
299 int GrpcToolMainLib(int argc, const char** argv, const CliCredentials& cred, in GrpcToolMainLib()
336 bool GrpcTool::Help(int argc, const char** argv, const CliCredentials& cred, in Help()
356 const CliCredentials& cred, in ListServices()
460 const CliCredentials& cred, in PrintType()
488 const CliCredentials& cred, in CallMethod()
872 const CliCredentials& cred, in ParseMessage()
966 bool GrpcTool::ToText(int argc, const char** argv, const CliCredentials& cred, in ToText()
986 bool GrpcTool::ToJson(int argc, const char** argv, const CliCredentials& cred, in ToJson()
1007 bool GrpcTool::ToBinary(int argc, const char** argv, const CliCredentials& cred, in ToBinary()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_deny_namespace.c12 struct cred { struct
19 int BPF_PROG(test_userns_create, const struct cred *cred, int ret) in BPF_PROG()
/aosp_15_r20/external/libjpeg-turbo/
H A Djdmrg565.c23 register int y, cred, cgreen, cblue; in LOCAL() local
94 register int y, cred, cgreen, cblue; in LOCAL() local
167 register int y, cred, cgreen, cblue; in LOCAL() local
263 register int y, cred, cgreen, cblue; in LOCAL() local
H A Djdmrgext.c29 register int y, cred, cgreen, cblue; in LOCAL() local
101 register int y, cred, cgreen, cblue; in LOCAL() local
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dalts_credentials_fuzzer.cc81 grpc_channel_credentials* cred = grpc_alts_credentials_create_customized( in LLVMFuzzerTestOneInput() local
94 grpc_server_credentials* cred = in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c649 static int add_username_password(struct hs20_svc *ctx, xml_node_t *cred, in add_username_password()
668 static void add_creation_date(struct hs20_svc *ctx, xml_node_t *cred) in add_creation_date()
687 xml_node_t *cred; in build_credential_pw() local
720 xml_node_t *cred, *cert; in build_credential_cert() local
838 xml_node_t *spp_node, *cred; in build_sub_rem_resp() local
1454 xml_node_t *cred, *eap, *userpw; in build_pps() local
1755 xml_node_t *cred; in hs20_user_input_free_remediation() local
1843 xml_node_t *spp_node, *cred; in hs20_cert_reenroll_complete() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/
Ddev_tools.rs50 pub fn deser_decrypt_v1_section_bytes_for_dev_tools<'adv, 'cred, B, P>( in deser_decrypt_v1_section_bytes_for_dev_tools()
57 B: CredentialBook<'cred>, in deser_decrypt_v1_section_bytes_for_dev_tools()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Ducred.rs91 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
109 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Ducred.rs91 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
109 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Ducred.rs91 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
109 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Ducred.rs91 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
109 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/net/
H A Ducred.rs91 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
109 let mut cred = UCred { uid: 1, gid: 1, pid: None }; in peer_cred() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/java/com/google/android/nearby/presence/rust/credential/
DCredentialSlab.java65 long handleId, V0DiscoveryCredential cred, int credId, byte[] encryptedMetadataBytes); in nativeAddV0DiscoveryCredential()
68 long handleId, V1DiscoveryCredential cred, int credId, byte[] encryptedMetadataBytes); in nativeAddV1DiscoveryCredential()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/
Dmod.rs83 pub(crate) fn deser_decrypt_v0<'adv, 'cred, B, P>( in deser_decrypt_v0()
89 B: CredentialBook<'cred>, in deser_decrypt_v0()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/
Dlib.rs63 pub fn deserialize_advertisement<'adv, 'cred, B, P>( in deserialize_advertisement()
69 B: CredentialBook<'cred>, in deserialize_advertisement()

123456789