Home
last modified time | relevance | path

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

/demos/cipher/
A Dariacbc.c22 static const unsigned char cbc_key[] = { variable
79 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_encrypt()
134 if (!EVP_DecryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_decrypt()

Completed in 7 milliseconds