Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_alg.h49 #define ALG_SET_KEY 1 macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcrypto_sanity.c33 if (setsockopt(tfmfd, SOL_ALG, ALG_SET_KEY, crypto_key, 16) == -1) in init_afalg()
/linux/Documentation/crypto/
H A Duserspace-if.rst134 the setsockopt() option of ALG_SET_KEY or ALG_SET_KEY_BY_KEY_SERIAL. If the
374 - ALG_SET_KEY -- Setting the key. Key setting is applicable to:
385 This operation behaves the same as ALG_SET_KEY. The decrypted
/linux/crypto/
H A Daf_alg.c376 case ALG_SET_KEY: in alg_setsockopt()