Searched refs:crypto_cipher_encrypt_one (Results 1 – 16 of 16) sorted by relevance
/linux-4.19.296/crypto/ |
D | xcbc.c | 73 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()
|
D | cmac.c | 72 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()
|
D | pcbc.c | 58 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()
|
D | vmac.c | 450 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()
|
D | cbc.c | 48 crypto_cipher_encrypt_one(ctx->child, dst, src); in crypto_cbc_encrypt_one()
|
D | keywrap.c | 247 crypto_cipher_encrypt_one(child, (u8 *)&block, in crypto_kw_encrypt()
|
D | ansi_cprng.c | 161 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
|
D | cfb.c | 49 crypto_cipher_encrypt_one(ctx->child, dst, src); in crypto_cfb_encrypt_one()
|
D | ccm.c | 891 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()
|
D | ctr.c | 67 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
|
D | xts.c | 245 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt()
|
D | drbg.c | 1805 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
|
D | testmgr.c | 1074 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
|
/linux-4.19.296/fs/cifs/ |
D | smbencrypt.c | 84 crypto_cipher_encrypt_one(tfm_des, out, in); in smbhash()
|
/linux-4.19.296/fs/crypto/ |
D | crypto.c | 163 crypto_cipher_encrypt_one(ci->ci_essiv_tfm, (u8 *)&iv, in fscrypt_do_page_crypto()
|
/linux-4.19.296/include/linux/ |
D | crypto.h | 1578 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function
|