Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dxcbc.c73 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey()
74 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey()
75 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
119 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update()
127 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update()
171 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_xcbc_digest_final()
Dcmac.c72 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); in crypto_cmac_digest_setkey()
147 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
155 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
200 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_cmac_digest_final()
Dpcbc.c58 crypto_cipher_encrypt_one(tfm, dst, iv); in crypto_pcbc_encrypt_segment()
81 crypto_cipher_encrypt_one(tfm, src, iv); in crypto_pcbc_encrypt_inplace()
Dvmac.c450 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
460 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
471 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
589 crypto_cipher_encrypt_one(tctx->cipher, dctx->nonce.bytes, in vmac_final()
Dcbc.c48 crypto_cipher_encrypt_one(ctx->child, dst, src); in crypto_cbc_encrypt_one()
Dkeywrap.c247 crypto_cipher_encrypt_one(child, (u8 *)&block, in crypto_kw_encrypt()
Dansi_cprng.c161 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
Dcfb.c49 crypto_cipher_encrypt_one(ctx->child, dst, src); in crypto_cfb_encrypt_one()
Dccm.c891 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_update()
909 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_final()
Dctr.c67 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
Dxts.c245 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt()
Ddrbg.c1805 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
Dtestmgr.c1074 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
/linux-4.19.296/fs/cifs/
Dsmbencrypt.c84 crypto_cipher_encrypt_one(tfm_des, out, in); in smbhash()
/linux-4.19.296/fs/crypto/
Dcrypto.c163 crypto_cipher_encrypt_one(ci->ci_essiv_tfm, (u8 *)&iv, in fscrypt_do_page_crypto()
/linux-4.19.296/include/linux/
Dcrypto.h1578 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function