Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/modes/
H A Docb128.c220 unsigned char ktop[16], tmp[16], mask; in CRYPTO_ocb128_setiv() local
244 ctx->encrypt(tmp, ktop, ctx->keyenc); in CRYPTO_ocb128_setiv()
247 memcpy(stretch, ktop, 16); in CRYPTO_ocb128_setiv()
248 ocb_block_xor(ktop, ktop + 1, 8, stretch + 16); in CRYPTO_ocb128_setiv()