Searched refs:cqhci_crypto_algs (Results 1 – 1 of 1) sorted by relevance
18 } cqhci_crypto_algs[BLK_ENCRYPTION_MODE_MAX] = { variable69 &cqhci_crypto_algs[key->crypto_cfg.crypto_mode]; in cqhci_crypto_keyslot_program()145 for (i = 0; i < ARRAY_SIZE(cqhci_crypto_algs); i++) { in cqhci_find_blk_crypto_mode()147 if (cqhci_crypto_algs[i].alg == cap.algorithm_id && in cqhci_find_blk_crypto_mode()148 cqhci_crypto_algs[i].key_size == cap.key_size) in cqhci_find_blk_crypto_mode()