Searched refs:ablk (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/crypto/qce/ |
| H A D | skcipher.c | 170 static int qce_skcipher_setkey(struct crypto_skcipher *ablk, const u8 *key, in qce_skcipher_setkey() argument 173 struct crypto_tfm *tfm = crypto_skcipher_tfm(ablk); in qce_skcipher_setkey() 175 unsigned long flags = to_cipher_tmpl(ablk)->alg_flags; in qce_skcipher_setkey() 211 static int qce_des_setkey(struct crypto_skcipher *ablk, const u8 *key, in qce_des_setkey() argument 214 struct qce_cipher_ctx *ctx = crypto_skcipher_ctx(ablk); in qce_des_setkey() 217 err = verify_skcipher_des_key(ablk, key); in qce_des_setkey() 226 static int qce_des3_setkey(struct crypto_skcipher *ablk, const u8 *key, in qce_des3_setkey() argument 229 struct qce_cipher_ctx *ctx = crypto_skcipher_ctx(ablk); in qce_des3_setkey() 233 err = verify_skcipher_des3_key(ablk, key); in qce_des3_setkey()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_bsg.c | 1198 iocmd->status = bfa_ablk_query(&bfad->bfa.modules.ablk, in bfad_iocmd_ioc_get_pcifn_cfg() 1220 iocmd->status = bfa_ablk_pf_create(&bfad->bfa.modules.ablk, in bfad_iocmd_pcifn_create() 1243 iocmd->status = bfa_ablk_pf_delete(&bfad->bfa.modules.ablk, in bfad_iocmd_pcifn_delete() 1265 iocmd->status = bfa_ablk_pf_update(&bfad->bfa.modules.ablk, in bfad_iocmd_pcifn_bw() 1290 iocmd->status = bfa_ablk_adapter_config(&bfad->bfa.modules.ablk, in bfad_iocmd_adapter_cfg_mode() 1313 iocmd->status = bfa_ablk_port_config(&bfad->bfa.modules.ablk, in bfad_iocmd_port_cfg_mode() 1337 iocmd->status = bfa_ablk_optrom_en(&bfad->bfa.modules.ablk, in bfad_iocmd_ablk_optrom() 1340 iocmd->status = bfa_ablk_optrom_dis(&bfad->bfa.modules.ablk, in bfad_iocmd_ablk_optrom()
|