Home
last modified time | relevance | path

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

/crypto/
Dxcbc.c58 u8 key1[XCBC_BLOCKSIZE]; in crypto_xcbc_digest_setkey() local
59 int bs = sizeof(key1); in crypto_xcbc_digest_setkey()
66 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
68 return crypto_cipher_setkey(ctx->child, key1, bs); in crypto_xcbc_digest_setkey()