Searched refs:keytype (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | ccmake.bbclass | 41 key, keytype = key.split(":") 42 if keytype in ["INTERNAL", "STATIC"]: 44 yield key, keytype, value
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-crypto.c | 206 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 D | cryptodev-builtin.c | 335 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 D | cryptodev.h | 98 uint32_t keytype; member
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_crypto.h | 226 uint32_t keytype; member
|
| /openbmc/sdbusplus/docs/yaml/ |
| H A D | interface.md | 117 - `dict[keytype, valuetype]`
|