Home
last modified time | relevance | path

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

/openssl/demos/cipher/
H A Dariacbc.c41 static const unsigned char cbc_ct[] = { variable
97 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()

Completed in 7 milliseconds