Home
last modified time | relevance | path

Searched refs:cert (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/
H A DMakefile16 hostprogs-always-$(CONFIG_SYSTEM_TRUSTED_KEYRING) += extract-cert
17 hostprogs-always-$(CONFIG_SYSTEM_EXTRA_CERTIFICATE) += insert-sys-cert
18 hostprogs-always-$(CONFIG_SYSTEM_REVOCATION_LIST) += extract-cert
24 HOSTCFLAGS_extract-cert.o = $(CRYPTO_CFLAGS)
25 HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS)
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl_internal.h292 mbedtls_ssl_key_cert *key_cert; /*!< chosen key/cert pair (server) */
295 mbedtls_ssl_key_cert *sni_key_cert; /*!< key/cert list from SNI */
467 mbedtls_x509_crt *cert; /*!< cert */ member
469 mbedtls_ssl_key_cert *next; /*!< next key/cert pair */
679 return( key_cert == NULL ? NULL : key_cert->cert ); in mbedtls_ssl_own_cert()
686 * Warning: cert_endpoint is the endpoint of the cert (ie, of our peer when we
687 * check a cert we received from them)!
691 int mbedtls_ssl_check_cert_usage( const mbedtls_x509_crt *cert,
H A Dpkcs11.h68 * \param cert X.509 certificate to fill
73 int mbedtls_pkcs11_x509_cert_bind( mbedtls_x509_crt *cert, pkcs11h_certificate_t pkcs11h_cert );
H A Dssl.h582 * external processor. The parameter \p cert contains
590 * The parameters \p ssl and \p cert are guaranteed to remain
622 * \param cert Certificate containing the public key.
649 mbedtls_x509_crt *cert,
659 * external processor. The parameter \p cert contains
667 * The parameters \p ssl and \p cert are guaranteed to remain
689 * \param cert Certificate containing the public key.
715 mbedtls_x509_crt *cert,
802 mbedtls_x509_crt *peer_cert; /*!< peer X.509 cert chain */
853 /** Callback for setting cert accordin
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhks_types.h270 struct hks_blob *cert; /* cert array list */ member

Completed in 5 milliseconds