Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/
H A Dwlan_nl_to_crypto_params.c63 struct osif_cipher_crypto_mapping { struct
217 static const struct osif_cipher_crypto_mapping
218 osif_cipher_crypto_mapping[] = { variable
344 for (index = 0; index < QDF_ARRAY_SIZE(osif_cipher_crypto_mapping); in osif_nl_to_crypto_cipher_type()
346 if (osif_cipher_crypto_mapping[index].cipher_suite == cipher) { in osif_nl_to_crypto_cipher_type()
347 crypto_cipher_type = osif_cipher_crypto_mapping[index]. in osif_nl_to_crypto_cipher_type()
368 for (index = 0; index < QDF_ARRAY_SIZE(osif_cipher_crypto_mapping); in osif_nl_to_crypto_cipher_len()
370 if (osif_cipher_crypto_mapping[index].cipher_suite == cipher) in osif_nl_to_crypto_cipher_len()
371 return osif_cipher_crypto_mapping[index].cipher_len; in osif_nl_to_crypto_cipher_len()