Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:ctr_done

1018    if ((err = ctr_done(&ctr)) != CRYPT_OK) {
1019 printf("ctr_done error: %s\n", error_to_string(err));