Home
last modified time | relevance | path

Searched refs:key_obj (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/qobject/
H A Djson-parser.c259 QObject *key_obj = NULL; in parse_pair() local
270 key_obj = parse_value(ctxt); in parse_pair()
271 key = qobject_to(QString, key_obj); in parse_pair()
301 qobject_unref(key_obj); in parse_pair()
305 qobject_unref(key_obj); in parse_pair()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c111 static int mlx5_crypto_dek_fill_key(struct mlx5_core_dev *mdev, u8 *key_obj, in mlx5_crypto_dek_fill_key() argument
122 MLX5_SET(encryption_key_obj, key_obj, key_size, key_sz); in mlx5_crypto_dek_fill_key()
126 dst = MLX5_ADDR_OF(encryption_key_obj, key_obj, key[1]); in mlx5_crypto_dek_fill_key()
128 dst = MLX5_ADDR_OF(encryption_key_obj, key_obj, key); in mlx5_crypto_dek_fill_key()