Searched refs:cl_bytes (Results 1 – 1 of 1) sorted by relevance
62 size_t cl_bytes = CRYPTO_BITS2BYTES(c_key->ck_length); in crypto_mac_init() local70 else if (cl_bytes <= SHA512_HMAC_BLOCK_SIZE) in crypto_mac_init()71 memcpy(key, c_key->ck_data, cl_bytes); in crypto_mac_init()78 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init()