Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:chc_register

2025 int chc_register(int cipher);
2056 if ((err = chc_register(find_cipher("aes"))) != CRYPT_OK) {