/Linux-v5.4/include/crypto/ |
D | skcipher.h | 370 static inline int crypto_skcipher_setkey(struct crypto_skcipher *tfm, in crypto_skcipher_setkey() function 379 return crypto_skcipher_setkey(&tfm->base, key, keylen); in crypto_sync_skcipher_setkey()
|
/Linux-v5.4/net/mac80211/ |
D | fils_aead.c | 122 res = crypto_skcipher_setkey(tfm2, key + key_len, key_len); in aes_siv_encrypt() 179 res = crypto_skcipher_setkey(tfm2, key + key_len, key_len); in aes_siv_decrypt()
|
/Linux-v5.4/drivers/crypto/vmx/ |
D | aes_cbc.c | 66 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_cbc_setkey()
|
D | aes_ctr.c | 64 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_ctr_setkey()
|
D | aes_xts.c | 73 ret |= crypto_skcipher_setkey(ctx->fallback, key, keylen); in p8_aes_xts_setkey()
|
/Linux-v5.4/Documentation/crypto/ |
D | api-skcipher.rst | 17 …to_has_skcipher crypto_skcipher_ivsize crypto_skcipher_blocksize crypto_skcipher_setkey crypto_skc…
|
D | api-samples.rst | 40 err = crypto_skcipher_setkey(tfm, key, sizeof(key));
|
/Linux-v5.4/fs/crypto/ |
D | keysetup_v1.c | 71 res = crypto_skcipher_setkey(tfm, nonce, FS_KEY_DERIVATION_NONCE_SIZE); in derive_key_aes()
|
D | keysetup.c | 103 err = crypto_skcipher_setkey(tfm, raw_key, mode->keysize); in fscrypt_allocate_skcipher()
|
/Linux-v5.4/crypto/ |
D | lrw.c | 81 err = crypto_skcipher_setkey(child, key, keylen - bsize); in setkey()
|
D | algif_skcipher.c | 316 return crypto_skcipher_setkey(private, key, keylen); in skcipher_setkey()
|
D | ctr.c | 188 err = crypto_skcipher_setkey(child, key, keylen); in crypto_rfc3686_setkey()
|
D | cts.c | 86 err = crypto_skcipher_setkey(child, key, keylen); in crypto_cts_setkey()
|
D | xts.c | 74 err = crypto_skcipher_setkey(child, key, keylen); in setkey()
|
D | simd.c | 60 err = crypto_skcipher_setkey(child, key, key_len); in simd_skcipher_setkey()
|
D | authencesn.c | 83 err = crypto_skcipher_setkey(enc, keys.enckey, keys.enckeylen); in crypto_authenc_esn_setkey()
|
D | authenc.c | 109 err = crypto_skcipher_setkey(enc, keys.enckey, keys.enckeylen); in crypto_authenc_setkey()
|
D | essiv.c | 77 err = crypto_skcipher_setkey(tctx->u.skcipher, key, keylen); in essiv_skcipher_setkey()
|
D | adiantum.c | 136 err = crypto_skcipher_setkey(tctx->streamcipher, key, keylen); in adiantum_setkey()
|
D | drbg.c | 552 ret = crypto_skcipher_setkey(drbg->ctr_handle, drbg->C, in drbg_ctr_update() 571 ret = crypto_skcipher_setkey(drbg->ctr_handle, temp, in drbg_ctr_update()
|
D | chacha20poly1305.c | 492 err = crypto_skcipher_setkey(ctx->chacha, key, keylen); in chachapoly_setkey()
|
/Linux-v5.4/fs/ecryptfs/ |
D | keystore.c | 813 rc = crypto_skcipher_setkey( in ecryptfs_write_tag_70_packet() 1029 rc = crypto_skcipher_setkey( in ecryptfs_parse_tag_70_packet() 1706 rc = crypto_skcipher_setkey( in decrypt_passphrase_encrypted_session_key() 2279 rc = crypto_skcipher_setkey(tfm, session_key_encryption_key, in write_tag_3_packet()
|
D | crypto.c | 338 rc = crypto_skcipher_setkey(crypt_stat->tfm, crypt_stat->key, in crypt_scatterlist() 1591 rc = crypto_skcipher_setkey(*key_tfm, dummy_key, *key_size); in ecryptfs_process_key_cipher()
|
/Linux-v5.4/drivers/crypto/ |
D | omap-aes-gcm.c | 195 ret = crypto_skcipher_setkey(ctx->ctr, (u8 *)ctx->key, ctx->keylen); in do_encrypt_iv()
|
/Linux-v5.4/security/keys/encrypted-keys/ |
D | encrypted.c | 403 ret = crypto_skcipher_setkey(tfm, key, key_len); in init_skcipher_req()
|