Searched refs:issuer (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
D | tbb_cert.c | 46 .issuer = &certs[BL2_CERT], 53 .issuer = &certs[TRUSTED_KEY_CERT], 60 .issuer = &certs[BL30_KEY_CERT], 67 .issuer = &certs[BL30_CERT], 74 .issuer = &certs[BL31_KEY_CERT], 81 .issuer = &certs[BL31_CERT], 88 .issuer = &certs[BL32_KEY_CERT], 95 .issuer = &certs[BL32_CERT], 102 .issuer = &certs[BL33_KEY_CERT], 109 .issuer = &certs[BL33_CERT],
|
D | cert.c | 76 int cert_add_ext(X509 *issuer, X509 *subject, int nid, char *value) in cert_add_ext() argument 85 X509V3_set_ctx(&ctx, issuer, subject, NULL, NULL, 0); in cert_add_ext() 102 EVP_PKEY *ikey = cert->issuer->key->key; in cert_new() 103 X509 *issuer = cert->issuer->x; in cert_new() local 124 if (!issuer) { in cert_new() 125 issuer = x; in cert_new() 150 (const unsigned char *)cert->issuer->cn, -1, -1, 0); in cert_new() 154 cert_add_ext(issuer, x, NID_subject_key_identifier, "hash"); in cert_new() 155 cert_add_ext(issuer, x, NID_authority_key_identifier, "keyid:always"); in cert_new() 157 cert_add_ext(issuer, x, NID_basic_constraints, "CA:TRUE"); in cert_new() [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/ |
D | cert.h | 62 cert_t *issuer; /* Issuer certificate */ member 65 int cert_add_ext(X509 *issuer, X509 *subject, int nid, char *value);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _ssl.c | 122 char issuer[X509_NAME_MAXLEN]; member 279 memset(self->issuer, '\0', sizeof(char) * X509_NAME_MAXLEN); in newPySSLObject() 512 self->issuer, X509_NAME_MAXLEN); in PySSL_SSLdo_handshake() 529 return PyString_FromString(self->issuer); in PySSL_issuer() 830 PyObject *issuer; in _decode_certificate() local 854 issuer = _create_tuple_for_X509_NAME( in _decode_certificate() 856 if (issuer == NULL) in _decode_certificate() 858 if (PyDict_SetItemString(retval, (const char *)"issuer", issuer) < 0) { in _decode_certificate() 859 Py_DECREF(issuer); in _decode_certificate() 862 Py_DECREF(issuer); in _decode_certificate()
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | trusted-board-boot.md | 46 validity of a certificate's issuer but by the content of the certificate 153 * BL1 loads and verifies the BL2 content certificate. The issuer public key is 165 * BL2 loads and verifies the trusted key certificate. The issuer public key is
|