Home
last modified time | relevance | path

Searched refs:libfsverity_error_msg (Results 1 – 6 of 6) sorted by relevance

/third_party/fsverity-utils/lib/
Dcompute_digest.c59 libfsverity_error_msg("error processing Merkle tree size"); in report_merkle_tree_size()
77 libfsverity_error_msg("error processing Merkle tree block"); in report_merkle_tree_block()
92 libfsverity_error_msg("error processing fs-verity descriptor"); in report_descriptor()
188 libfsverity_error_msg("error reading file"); in compute_root_hash()
248 libfsverity_error_msg("missing required parameters for compute_digest"); in libfsverity_compute_digest()
252 libfsverity_error_msg("unsupported version (%u)", in libfsverity_compute_digest()
261 libfsverity_error_msg("unsupported block size (%u)", in libfsverity_compute_digest()
266 libfsverity_error_msg("unsupported salt size (%u)", in libfsverity_compute_digest()
271 libfsverity_error_msg("salt_size specified, but salt is NULL"); in libfsverity_compute_digest()
278 libfsverity_error_msg("reserved bits set in merkle_tree_params"); in libfsverity_compute_digest()
[all …]
Dsign_digest.c30 libfsverity_error_msg("%s", str); in print_openssl_err_cb()
47 libfsverity_error_msg("OpenSSL library errors:"); in error_msg_openssl()
89 libfsverity_error_msg("no certificate specified"); in read_certificate()
229 libfsverity_error_msg("BoringSSL doesn't support PKCS#11 tokens"); in load_pkcs11_private_key()
343 libfsverity_error_msg("no PKCS#11 engine specified"); in load_pkcs11_private_key()
347 libfsverity_error_msg("no PKCS#11 module specified"); in load_pkcs11_private_key()
389libfsverity_error_msg("private key must be specified either by file or by PKCS#11 token, not both"… in get_private_key()
395 libfsverity_error_msg("no private key specified"); in get_private_key()
414 libfsverity_error_msg("missing required parameters for sign_digest"); in libfsverity_sign_digest()
422 libfsverity_error_msg("reserved bits set in signature_params"); in libfsverity_sign_digest()
[all …]
Denable.c30 libfsverity_error_msg("missing required parameters for enable"); in libfsverity_enable_with_sig()
35 libfsverity_error_msg("unsupported version (%u)", in libfsverity_enable_with_sig()
Dutils.c23 libfsverity_error_msg("out of memory (tried to allocate %zu bytes)", in xmalloc()
72 void libfsverity_error_msg(const char *format, ...) in libfsverity_error_msg() function
Dlib_private.h64 libfsverity_error_msg(const char *format, ...);
Dhash_algs.c88 libfsverity_error_msg("failed to allocate EVP_MD_CTX"); in openssl_digest_ctx_create()