Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes/
H A Dccmake.bbclass41 key, keytype = key.split(":")
42 if keytype in ["INTERNAL", "STATIC"]:
44 yield key, keytype, value
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c206 uint32_t algo, keytype, keylen; in virtio_crypto_create_asym_session() local
210 keytype = ldl_le_p(&sess_req->para.keytype); in virtio_crypto_create_asym_session()
213 if ((keytype != VIRTIO_CRYPTO_AKCIPHER_KEY_TYPE_PUBLIC) in virtio_crypto_create_asym_session()
214 && (keytype != VIRTIO_CRYPTO_AKCIPHER_KEY_TYPE_PRIVATE)) { in virtio_crypto_create_asym_session()
215 error_report("unsupported asym keytype: %d", keytype); in virtio_crypto_create_asym_session()
230 asym_info->keytype = keytype; in virtio_crypto_create_asym_session()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c335 switch (sess_info->keytype) { in cryptodev_builtin_create_akcipher_session()
345 error_setg(errp, "Unsupported akcipher keytype %u", sess_info->keytype); in cryptodev_builtin_create_akcipher_session()
/openbmc/qemu/include/system/
H A Dcryptodev.h98 uint32_t keytype; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h226 uint32_t keytype; member
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md117 - `dict[keytype, valuetype]`