Searched refs:key_out (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libfido2/examples/ |
H A D | cred.c | 47 bool rk, bool uv, int ext, int cred_protect, const char *key_out, in verify_cred() argument 114 if (key_out != NULL) { in verify_cred() 117 if (write_es256_pubkey(key_out, in verify_cred() 122 if (write_es384_pubkey(key_out, in verify_cred() 127 if (write_rs256_pubkey(key_out, in verify_cred() 132 if (write_eddsa_pubkey(key_out, in verify_cred() 159 const char *key_out = NULL; in main() 213 key_out = optarg; in main() 319 key_out, id_out); 153 const char *key_out = NULL; main() local
|
/freebsd/crypto/openssl/test/ |
H A D | bftest.c | 201 static unsigned char key_out[KEY_TEST_NUM][8] = { variable 254 printf("%02X", key_out[i][j]); in print_test_data() 342 if (!TEST_mem_eq(out, 8, &(key_out[n][0]), 8)) in test_bf_set_key()
|
H A D | ocspapitest.c | 25 static int get_cert_and_key(X509 **cert_out, EVP_PKEY **key_out) in get_cert_and_key() argument 42 *key_out = key; in get_cert_and_key()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_crypto.c | 779 uint8_t **key_out) in derive_key() argument 784 *key_out = NULL; in derive_key() 819 *key_out = key; in derive_key() 825 *key_out = NULL; in derive_key()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 3224 zdb_derive_key(dsl_dir_t *dd, uint8_t *key_out) in zdb_derive_key() argument 3242 key_out[i / 2] = c; in zdb_derive_key() 3256 WRAPPING_KEY_LEN, key_out) != 1) in zdb_derive_key()
|