Searched refs:tbs_hash (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal.t0 | 103 * against the saved TBS hash (tbs_hash[]) and that freshly 135 * function is computed and stored in tbs_hash[] (if not supported, 145 * anchor public key (hashed TBS is in tbs_hash[]). If one of these 398 if (memcmp(ctx->tbs_hash, tmp, ctx->cert_sig_hash_len) != 0) { 407 if (!ctx->iecdsa(ctx->iec, ctx->tbs_hash, 465 \ written in the tbs_hash[] array, and the hash length is returned. If 470 len = br_multihash_out(&CTX->mhash, id, CTX->tbs_hash); 485 addr: tbs_hash 912 \ tbs_hash. Returned value is 0 on success, or a non-zero error code. 928 \ as parameters. The hash value in tbs_hash is used. Returned value is 0 [all …]
|
H A D | x509_minimal.c | 1269 len = br_multihash_out(&CTX->mhash, id, CTX->tbs_hash); in br_x509_minimal_run() 1700 if (memcmp(ctx->tbs_hash, tmp, ctx->cert_sig_hash_len) != 0) { in verify_signature() 1709 if (!ctx->iecdsa(ctx->iec, ctx->tbs_hash, in verify_signature()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_x509.h | 754 unsigned char tbs_hash[64]; member
|