Searched refs:ckey (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_sign_kcf.c | 125 crypto_key_t ckey; in smb2_hmac_init() local 128 bzero(&ckey, sizeof (ckey)); in smb2_hmac_init() 129 ckey.ck_format = CRYPTO_KEY_RAW; in smb2_hmac_init() 130 ckey.ck_data = key; in smb2_hmac_init() 131 ckey.ck_length = key_len * 8; /* in bits */ in smb2_hmac_init() 133 rv = crypto_mac_init(mech, &ckey, NULL, ctxp, NULL); in smb2_hmac_init()
|
/titanic_50/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_capabilities.c | 45 int ckey; in scsi_ifgetcap() local 53 ckey = scsi_hba_lookup_capstr(cap); in scsi_ifgetcap() 55 switch (ckey) { in scsi_ifgetcap()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | auth_des.c | 103 const char *timehost, const des_block *ckey) in authdes_seccreate() argument 119 ckey, NULL)); in authdes_seccreate() 130 const char *timehost, const des_block *ckey, nis_server *srvr) in authdes_pk_seccreate() argument 185 if (ckey == NULL) { in authdes_pk_seccreate() 192 auth->ah_key = *ckey; in authdes_pk_seccreate()
|
H A D | rpc_soc.c | 506 des_block *ckey) in authdes_create() argument 541 nauth = authdes_seccreate(servername, window, hostname, ckey); in authdes_create() 547 return (authdes_seccreate(servername, window, hostname, ckey)); in authdes_create()
|
/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 108 struct knetconfig *synconfig, des_block *ckey, int calltype, in authdes_create() argument 164 if (ckey == NULL) { in authdes_create() 178 auth->ah_key = *ckey; in authdes_create()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | cryptmod.h | 183 crypto_key_t *ckey; /* initial encryption key */ member
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cryptmod.c | 214 if (cd->ckey != NULL) { in cleanup() 220 kmem_free(cd->ckey, sizeof (crypto_key_t)); in cleanup() 221 cd->ckey = NULL; in cleanup() 1807 tmi->dec_data.ckey, in arcfour_hmac_md5_decrypt() 2053 tmi->enc_data.ckey, in arcfour_hmac_md5_encrypt() 2734 if (cd->ckey == NULL) { in setup_crypto() 2735 cd->ckey = (crypto_key_t *)kmem_zalloc( in setup_crypto() 2739 cd->ckey->ck_format = CRYPTO_KEY_RAW; in setup_crypto() 2740 cd->ckey->ck_data = cd->key; in setup_crypto() 2743 cd->ckey->ck_length = cd->keylen * 8; in setup_crypto()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 485 const char *timehost, const des_block *ckey); 697 struct sockaddr_in *syncaddr, des_block *ckey);
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 9820 int ckey; in mptsas_scsi_getcap() local 9828 if ((mptsas_scsi_capchk(cap, tgtonly, &ckey)) != TRUE) { in mptsas_scsi_getcap() 9833 switch (ckey) { in mptsas_scsi_getcap() 9894 int ckey; in mptsas_scsi_setcap() local 9906 if ((mptsas_scsi_capchk(cap, tgtonly, &ckey)) != TRUE) { in mptsas_scsi_setcap() 9911 switch (ckey) { in mptsas_scsi_setcap()
|