Home
last modified time | relevance | path

Searched refs:certificate (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dhandshake-user.c87 [HANDSHAKE_A_ACCEPT_CERTIFICATE] = { .name = "certificate", .type = YNL_PT_NEST, .nest = &handshake_x509_nest, },
150 handshake_x509_free(&rsp->certificate[i]); in handshake_accept_rsp_free()
151 free(rsp->certificate); in handshake_accept_rsp_free()
169 if (dst->certificate) in handshake_accept_rsp_parse()
170 return ynl_error_parse(yarg, "attribute already present (accept.certificate)"); in handshake_accept_rsp_parse()
216 dst->certificate = calloc(n_certificate, sizeof(*dst->certificate)); in handshake_accept_rsp_parse()
222 parg.data = &dst->certificate[i]; in handshake_accept_rsp_parse()
282 handshake_x509_free(&rsp->obj.certificate[i]); in handshake_accept_ntf_free()
283 free(rsp->obj.certificate); in handshake_accept_ntf_free()
[all...]
H A Dhandshake-user.h75 struct handshake_x509 *certificate; member
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dauthentication.c103 u8 *certificate, u32 *size, u8 *result) in cap_get_ims_certificate()
126 dev_err(cap->parent, "failed to get certificate (%d)\n", ret); in cap_get_ims_certificate()
133 memcpy(certificate, response->certificate, *size); in cap_get_ims_certificate()
230 ims_cert->certificate, in cap_ioctl()
102 cap_get_ims_certificate(struct gb_cap *cap, u32 class, u32 id, u8 *certificate, u32 *size, u8 *result) cap_get_ims_certificate() argument
H A Dgreybus_authentication.h56 __u8 certificate[CAP_CERTIFICATE_MAX_SIZE]; member
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dauthentication.c103 u8 *certificate, u32 *size, u8 *result) in cap_get_ims_certificate()
126 dev_err(cap->parent, "failed to get certificate (%d)\n", ret); in cap_get_ims_certificate()
133 memcpy(certificate, response->certificate, *size); in cap_get_ims_certificate()
230 ims_cert->certificate, in cap_ioctl()
102 cap_get_ims_certificate(struct gb_cap *cap, u32 class, u32 id, u8 *certificate, u32 *size, u8 *result) cap_get_ims_certificate() argument
H A Dgreybus_authentication.h55 __u8 certificate[CAP_CERTIFICATE_MAX_SIZE]; member
/kernel/linux/linux-5.10/include/linux/
H A Dkernel_read_file.h16 id(X509_CERTIFICATE, x509-certificate) \
/kernel/linux/linux-6.6/include/linux/
H A Dkernel_read_file.h16 id(X509_CERTIFICATE, x509-certificate) \
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/common/
H A Dcpucp_if.h648 * public key and certificate also provided as part of the FW response.
1321 * @certificate_len: length of the certificate (bytes)
1322 * @certificate: certificate for the attestation signing key
1337 __u8 certificate[SEC_CERTIFICATE_BUF_SZ]; member
1350 * @certificate_len: length of the certificate (bytes)
1351 * @certificate: certificate for the signing key
1362 __u8 certificate[SEC_CERTIFICATE_BUF_SZ]; member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c705 memcpy(&info->certificate, &sec_attest_info->certificate, sizeof(info->certificate)); in sec_attest_info()
/kernel/linux/linux-6.6/include/uapi/drm/
H A Dhabanalabs_accel.h1250 * @certificate_len: length of the certificate (bytes)
1259 * @certificate: certificate for the attestation signing key
1273 __u8 certificate[SEC_CERTIFICATE_BUF_SZ]; member
/kernel/linux/linux-5.10/scripts/
H A Dget_maintainer.pl745 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $value`;
779 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`;
/kernel/linux/linux-6.6/scripts/
H A Dget_maintainer.pl745 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $value`;
779 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`;
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthink-lmi.c115 * Description: Install BIOS certificate.
124 * Description: Update BIOS certificate.
133 * Description: Uninstall BIOS certificate.
141 * Description: Switch from certificate to password authentication.
150 * Description: Set attribute using certificate authentication.
749 /* If empty then clear installed certificate */ in certificate_store()
750 if ((buf[0] == '\0') || (buf[0] == '\n')) { /* Clear installed certificate */ in certificate_store()
805 static struct kobj_attribute auth_certificate = __ATTR_WO(certificate);
998 /* Check if certificate authentication is enabled and active */ in current_value_store()
/kernel/linux/linux-5.10/include/linux/greybus/
H A Dgreybus_protocols.h340 /* CAP get endpoint ims certificate request/response */
348 __u8 certificate[]; member
/kernel/linux/linux-6.6/include/linux/greybus/
H A Dgreybus_protocols.h340 /* CAP get endpoint ims certificate request/response */
348 __u8 certificate[]; member

Completed in 37 milliseconds