Home
last modified time | relevance | path

Searched refs:write_blob (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c29 static int write_blob(void *provctx, OSSL_CORE_BIO *cout, in write_blob() function
96 ok = write_blob(vctx, cout, pubkey, pubkey_len); in key2blob_encode()
/freebsd/contrib/libfido2/examples/
H A Dextern.h21 int write_blob(const char *, const unsigned char *, size_t);
H A Dcred.c141 if (write_blob(id_out, fido_cred_id_ptr(cred), in verify_cred()
143 errx(1, "write_blob");
323 if (write_blob(blobkey_out, fido_cred_largeblob_key_ptr(cred),
325 errx(1, "write_blob");
H A Dassert.c333 if (write_blob(hmac_out, fido_assert_hmac_secret_ptr(assert, 0), in main()
340 if (write_blob(blobkey_out, in main()
H A Dutil.c52 write_blob(const char *path, const unsigned char *ptr, size_t len) in write_blob() function