Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_alg.h49 #define ALG_SET_KEY 1 macro
/openbmc/qemu/crypto/
H A Dhash-afalg.c90 if (setsockopt(afalg->tfmfd, SOL_ALG, ALG_SET_KEY, in qcrypto_afalg_hash_hmac_ctx_new()
H A Dcipher-afalg.c86 if (setsockopt(afalg->tfmfd, SOL_ALG, ALG_SET_KEY, key, in qcrypto_afalg_cipher_ctx_new()
/openbmc/linux/Documentation/crypto/
H A Duserspace-if.rst134 the setsockopt() option of ALG_SET_KEY or ALG_SET_KEY_BY_KEY_SERIAL. If the
375 - ALG_SET_KEY -- Setting the key. Key setting is applicable to:
386 This operation behaves the same as ALG_SET_KEY. The decrypted
/openbmc/linux/crypto/
H A Daf_alg.c376 case ALG_SET_KEY: in alg_setsockopt()
/openbmc/qemu/linux-user/
H A Dsyscall.c2277 #if defined(SOL_ALG) && defined(ALG_SET_KEY) && defined(ALG_SET_AEAD_AUTHSIZE) in do_setsockopt()
2280 case ALG_SET_KEY: in do_setsockopt()