Searched refs:cipher_algo (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-crypto/src/src/
H A Dnss_crypto_debugfs.c134 enum nss_crypto_cipher cipher_algo; local
144 cipher_algo = nss_crypto_get_cipher(idx);
184 switch (cipher_algo) {
201 nss_crypto_err("Unknown cipher algorithm:%d\n", cipher_algo);
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_ipsecmgr.h63 uint8_t cipher_algo; /**< Cipher algorithm */ member in struct:nss_ipsecmgr_encap_add
104 uint8_t cipher_algo; /**< Cipher algorithm */ member in struct:nss_ipsecmgr_decap_add
H A Dnss_ipsec.h108 uint8_t cipher_algo; /**< Cipher algorithm */ member in struct:nss_ipsec_rule_data
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nlipsec.c205 if (encap->cipher_algo != nss_crypto_get_cipher(encap->crypto_index)) {
246 if (decap->cipher_algo != nss_crypto_get_cipher(decap->crypto_index)) {
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/
H A Dnss_ipsecmgr.c256 data->cipher_algo = encap->cipher_algo;
291 data->cipher_algo = decap->cipher_algo;

Completed in 88 milliseconds