Home
last modified time | relevance | path

Searched refs:cipherlen (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c381 size_t cipherlen; in encrypt_size() local
415 cipherlen = plainlen; in encrypt_size()
419 return (cipherlen); in encrypt_size()
1661 size_t cipherlen; in aes_encrypt() local
1752 size_t cipherlen; in arcfour_hmac_md5_decrypt() local
1905 v1.iov_len = cipherlen; in arcfour_hmac_md5_decrypt()
1985 size_t cipherlen; in arcfour_hmac_md5_encrypt() local
2241 size_t cipherlen; in des_cbc_encrypt() local
2293 cipherlen); in des_cbc_encrypt()
2347 cipherlen, result); in des_cbc_encrypt()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_encrypt.c308 size_t cipherlen; in smb3_decrypt_sr() local
373 cipherlen = sr->th_msglen + SMB2_SIG_SIZE; in smb3_decrypt_sr()
419 authdata, authlen, cipherlen); in smb3_decrypt_sr()
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest.h87 int decrypt_update(crypto_op_t *op, size_t offset, size_t cipherlen,