Home
last modified time | relevance | path

Searched refs:c_key (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfsd/
H A Dnfscache.c100 memset(&rp->c_key, 0, sizeof(rp->c_key)); in nfsd_cacherep_alloc()
101 rp->c_key.k_xid = rqstp->rq_xid; in nfsd_cacherep_alloc()
102 rp->c_key.k_proc = rqstp->rq_proc; in nfsd_cacherep_alloc()
103 rpc_copy_addr((struct sockaddr *)&rp->c_key.k_addr, svc_addr(rqstp)); in nfsd_cacherep_alloc()
104 rpc_set_port((struct sockaddr *)&rp->c_key.k_addr, rpc_get_port(svc_addr(rqstp))); in nfsd_cacherep_alloc()
105 rp->c_key.k_prot = rqstp->rq_prot; in nfsd_cacherep_alloc()
106 rp->c_key.k_vers = rqstp->rq_vers; in nfsd_cacherep_alloc()
107 rp->c_key.k_len = rqstp->rq_arg.len; in nfsd_cacherep_alloc()
108 rp->c_key in nfsd_cacherep_alloc()
[all...]
H A Dcache.h32 } c_key; member
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec.h150 u8 *c_key; member
H A Dsec_crypto.c722 c_ctx->c_key = dma_alloc_coherent(ctx->dev, SEC_MAX_KEY_SIZE, in sec_cipher_init()
724 if (!c_ctx->c_key) in sec_cipher_init()
734 memzero_explicit(c_ctx->c_key, SEC_MAX_KEY_SIZE); in sec_cipher_uninit()
736 c_ctx->c_key, c_ctx->c_key_dma); in sec_cipher_uninit()
930 memcpy(c_ctx->c_key, key, keylen); in sec_skcipher_setkey()
1340 memcpy(c_ctx->c_key, keys->enckey, keys->enckeylen); in sec_aead_aes_set_key()
1411 memcpy(c_ctx->c_key, key, keylen); in sec_aead_setkey()