Home
last modified time | relevance | path

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

/crypto/
A Dxcbc.c44 u8 key1[XCBC_BLOCKSIZE]; in crypto_xcbc_digest_setkey() local
45 int bs = sizeof(key1); in crypto_xcbc_digest_setkey()
52 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
54 return crypto_cipher_setkey(ctx->child, key1, bs); in crypto_xcbc_digest_setkey()

Completed in 3 milliseconds