Searched refs:ALG_SET_KEY (Results 1 – 6 of 6) sorted by relevance
33 #define ALG_SET_KEY 1 macro
49 #define ALG_SET_KEY 1 macro
418 if (setsockopt(alg_fd, SOL_ALG, ALG_SET_KEY, key, t->key_size) != 0) { in af_alg_setkey()
134 the setsockopt() option of ALG_SET_KEY. If the key is not set the HMAC375 - ALG_SET_KEY -- Setting the key. Key setting is applicable to:
247 case ALG_SET_KEY: in alg_setsockopt()