Searched refs:cbc_ct (Results 1 – 1 of 1) sorted by relevance
41 static const unsigned char cbc_ct[] = { variable97 if (sizeof(cbc_ct) == outlen && !CRYPTO_memcmp(outbuf, cbc_ct, outlen)) in aria_cbc_encrypt()124 BIO_dump_fp(stdout, cbc_ct, sizeof(cbc_ct)); in aria_cbc_decrypt()141 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, cbc_ct, sizeof(cbc_ct))) in aria_cbc_decrypt()