Home
last modified time | relevance | path

Searched refs:km_out (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_crypt.h185 dsl_key_mapping_t **km_out);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c989 dsl_key_mapping_t **km_out) in spa_keystore_create_mapping() argument
1005 if (km_out != NULL) in spa_keystore_create_mapping()
1006 *km_out = NULL; in spa_keystore_create_mapping()
1026 if (km_out != NULL) in spa_keystore_create_mapping()
1027 *km_out = found_km; in spa_keystore_create_mapping()
1031 if (km_out != NULL) in spa_keystore_create_mapping()
1032 *km_out = km; in spa_keystore_create_mapping()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c501 uint8_t **km_out, size_t *kmlen_out, boolean_t *can_retry_out) in get_key_material() argument
562 *km_out = km; in get_key_material()
573 *km_out = NULL; in get_key_material()