Home
last modified time | relevance | path

Searched defs:tbs (Results 1 – 6 of 6) sorted by relevance

/base/startup/hvb/libhvb/src/cert/
Dhvb_cert.c316 static enum hvb_errno hvb_verify_cert(struct hvb_buf *tbs, struct hvb_sign_info *sign_info, uint32_… in hvb_verify_cert()
388 struct hvb_buf tbs = {0}; in cert_init_desc() local
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
Ddcm_attest.c687 static int32_t EncodeTbs(const struct HksAttestTbsSpec *tbs, struct HksBlob *out) in EncodeTbs()
737 struct HksBlob *tbs, uint32_t signAlg) in CreateTbs()
874 static int32_t SignTbs(struct HksBlob *sig, const struct HksBlob *tbs, const struct HksBlob *key, u… in SignTbs()
910 struct HksBlob tbs = *attestCert; in CreateAttestCert() local
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/include/
Ddcm_attest.h97 struct HksAttestTbsSpec tbs; member
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
Dx509_crl_openssl.c503 unsigned char *tbs = NULL; in GetTbsList() local
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_adapter.c335 …nssl_EVP_PKEY_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, in Openssl_EVP_PKEY_sign()
346 …P_PKEY_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, in Openssl_EVP_PKEY_verify()
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c546 …nssl_EVP_PKEY_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, in Openssl_EVP_PKEY_sign()
563 …P_PKEY_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, in Openssl_EVP_PKEY_verify()