Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 9 of 9) sorted by relevance

/crypto/
Dxcbc.c59 int bs = sizeof(key1); in crypto_xcbc_digest_setkey() local
76 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init() local
93 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update() local
139 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final() local
Dcmac.c55 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey() local
109 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init() local
126 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update() local
172 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final() local
Dcipher.c68 unsigned int bs = crypto_cipher_blocksize(tfm); in cipher_crypt_one() local
Dccm.c789 int bs = crypto_shash_digestsize(pdesc->tfm); in crypto_cbcmac_digest_init() local
805 int bs = crypto_shash_digestsize(parent); in crypto_cbcmac_digest_update() local
831 int bs = crypto_shash_digestsize(parent); in crypto_cbcmac_digest_final() local
Dhmac.c43 int bs = crypto_shash_blocksize(parent); in hmac_setkey() local
Dlrw.c142 const int bs = LRW_BLOCK_SIZE; in lrw_xor_tweak() local
Dalgif_skcipher.c59 unsigned int bs = crypto_skcipher_chunksize(tfm); in _skcipher_recvmsg() local
Dxts.c88 const int bs = XTS_BLOCK_SIZE; in xts_xor_tweak() local
Dskcipher.c402 unsigned bs = walk->stride; in skcipher_copy_iv() local