Searched refs:crypto_cipher_decrypt_one (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/crypto/vmx/ | 
| D | aes.c | 119 		crypto_cipher_decrypt_one(ctx->fallback, dst, src);  in p8_aes_decrypt()
  | 
| /linux-4.4.14/crypto/ | 
| D | keywrap.c | 193 			crypto_cipher_decrypt_one(child, (u8*)block,  in crypto_kw_decrypt()
  | 
| D | testmgr.c | 903 				crypto_cipher_decrypt_one(tfm, data + k,  in test_cipher()
  | 
| /linux-4.4.14/net/mac80211/ | 
| D | wep.c | 206 		crypto_cipher_decrypt_one(tfm, data + i, data + i);  in ieee80211_wep_decrypt_data()
  | 
| /linux-4.4.14/drivers/crypto/ | 
| D | geode-aes.c | 242 		crypto_cipher_decrypt_one(op->fallback.cip, out, in);  in geode_decrypt()
  | 
| /linux-4.4.14/include/linux/ | 
| D | crypto.h | 1573 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,  in crypto_cipher_decrypt_one()  function
  | 
| /linux-4.4.14/arch/s390/crypto/ | 
| D | aes_s390.c | 166 		crypto_cipher_decrypt_one(sctx->fallback.cip, out, in);  in aes_decrypt()
  |