Home
last modified time | relevance | path

Searched refs:pub (Results 1 – 19 of 19) sorted by relevance

/u-boot/drivers/tpm/
A Dtpm_tis_sandbox.c166 struct tpm_nv_data_public pub; in handle_cap_flag_space() local
169 memset(&pub, '\0', sizeof(pub)); in handle_cap_flag_space()
170 pub.nv_index = __cpu_to_be32(index); in handle_cap_flag_space()
171 pub.pcr_info_read.pcr_selection.size_of_select = __cpu_to_be16( in handle_cap_flag_space()
172 sizeof(pub.pcr_info_read.pcr_selection.pcr_select)); in handle_cap_flag_space()
173 pub.permission.attributes = __cpu_to_be32(1); in handle_cap_flag_space()
174 pub.pcr_info_write = pub.pcr_info_read; in handle_cap_flag_space()
175 memcpy(*datap, &pub, sizeof(pub)); in handle_cap_flag_space()
176 *datap += sizeof(pub); in handle_cap_flag_space()
/u-boot/test/lib/
A Dasn1.c128 ut_assertf(cert->pub, "public key doesn't exist\n"); in lib_asn1_x509()
129 ut_assertf(cert->pub->keylen == 0x10e, "key length doesn't match\n"); in lib_asn1_x509()
130 ut_assertf(!strcmp(cert->pub->pkey_algo, "rsa"), "algo isn't rsa\n"); in lib_asn1_x509()
/u-boot/lib/crypto/
A Dx509_public_key.c51 if (!cert->pub->pkey_algo) in x509_get_sig_params()
170 if (strcmp(cert->pub->pkey_algo, cert->sig->pkey_algo) != 0) in x509_check_for_self_signed()
173 ret = public_key_verify_signature(cert->pub, cert->sig); in x509_check_for_self_signed()
219 pr_devel("Cert Key Algo: %s\n", cert->pub->pkey_algo); in x509_key_preparse()
222 cert->pub->id_type = "X509"; in x509_key_preparse()
268 prep->payload.data[asym_crypto] = cert->pub; in x509_key_preparse()
274 cert->pub = NULL; in x509_key_preparse()
A Dx509_cert_parser.c60 public_key_free(cert->pub); in x509_free_certificate()
85 cert->pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in x509_cert_parse()
86 if (!cert->pub) in x509_cert_parse()
116 cert->pub->key = kmemdup(ctx->key, ctx->key_size, GFP_KERNEL); in x509_cert_parse()
117 if (!cert->pub->key) in x509_cert_parse()
120 cert->pub->keylen = ctx->key_size; in x509_cert_parse()
123 if (!cert->pub->params) in x509_cert_parse()
126 cert->pub->paramlen = ctx->params_size; in x509_cert_parse()
127 cert->pub->algo = ctx->key_algo; in x509_cert_parse()
466 ctx->cert->pub->pkey_algo = "rsa"; in x509_extract_key_data()
[all …]
A Dpkcs7_verify.c299 if (strcmp(x509->pub->pkey_algo, sinfo->sig->pkey_algo) != 0) { in pkcs7_find_key()
453 ret = public_key_verify_signature(p->pub, x509->sig); in pkcs7_verify_sig_chain()
537 ret = public_key_verify_signature(sinfo->signer->pub, sinfo->sig); in pkcs7_verify_one()
/u-boot/include/crypto/
A Dx509_parser.h18 struct public_key *pub; /* Public key details */ member
/u-boot/doc/
A DREADME.boston19 branch of git://git.linux-mips.org/pub/scm/paul/qemu.git and used like so:
21 $ git clone git://git.linux-mips.org/pub/scm/paul/qemu.git -b boston
A DREADME.OFT25 ftp://ftp.uni-erlangen.de/pub/utilities/etc/xxd-1.10.tar.gz
A Dfeature-removal-schedule.txt28 See http://www.denx.de/wiki/pub/U-Boot/TaskGplCleanup/u-boot-1.1.2-files
A DREADME.fdt-control65 git://git.kernel.org/pub/scm/utils/dtc/dtc.git
69 $ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
/u-boot/doc/board/emulation/
A Dqemu_capsule_update.rst115 $ openssl x509 -inform DER -in CRT.cer -outform PEM -out CRT.pub.pem
129 /path/to/CRT.pub.pem --other-public-cert /path/to/CRT.pub.pem \
A Dqemu-mips.rst71 On ftp://ftp.denx.de/pub/contrib/Jean-Christophe_Plagniol-Villard/qemu_mips/
/u-boot/doc/usage/
A Dfdt_overlays.rst13 https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/Documentation/dt-object-internal.txt
/u-boot/lib/efi_loader/
A Defi_signature.c324 ret = public_key_verify_signature(cert->pub, in efi_verify_certificate()
/u-boot/tools/buildman/
A DREADME437 Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/
438 Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.2/
439 Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.5.1/
440 Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.2.4/
448 Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/
449 Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.2/
450 Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.5.1/
451 Downloading: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.5.1//x86_64-gcc-4.5.1-no…
/u-boot/doc/imx/common/
A Dmxs.txt53 ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz
/u-boot/doc/uImage.FIT/
A Dhowto.txt20 git://git.kernel.org/pub/scm/utils/dtc/dtc.git
/u-boot/common/
A Ddlmalloc.src11 ftp://g.oswego.edu/pub/misc/malloc.c
1152 Wilson ftp://ftp.cs.utexas.edu/pub/garbage/allocsrv.ps for a
/u-boot/
A DREADME67 https://ftp.denx.de/pub/u-boot/
68 ftp://ftp.denx.de/pub/u-boot/
4192 meantime, see ftp://ftp.denx.de/pub/u-boot/ppcboot_stage2.tar.gz

Completed in 34 milliseconds