Searched refs:osif_cipher_crypto_mapping (Results 1 – 1 of 1) sorted by relevance
63 struct osif_cipher_crypto_mapping { struct217 static const struct osif_cipher_crypto_mapping218 osif_cipher_crypto_mapping[] = { variable344 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()