Home | History | Annotate | Download | only in chc

Lines Matching refs:CRYPT_OK

40   @return CRYPT_OK if successful
46 if ((err = cipher_is_valid(cipher)) != CRYPT_OK) {
59 if ((err = cipher_descriptor[cipher].keysize(&kl)) != CRYPT_OK) {
68 if ((err = hash_is_valid(idx = find_hash("chc_hash"))) != CRYPT_OK) {
79 return CRYPT_OK;
85 @return CRYPT_OK if successful
96 if ((err = cipher_is_valid(cipher_idx)) != CRYPT_OK) {
110 if ((err = cipher_descriptor[cipher_idx].setup(buf, cipher_blocksize, 0, key)) != CRYPT_OK) {
123 return CRYPT_OK;
141 if ((err = cipher_descriptor[cipher_idx].setup(md->chc.state, cipher_blocksize, 0, key)) != CRYPT_OK) {
155 return CRYPT_OK;
167 @return CRYPT_OK if successful
177 if ((err = cipher_is_valid(cipher_idx)) != CRYPT_OK) {
191 @return CRYPT_OK if successful
201 if ((err = cipher_is_valid(cipher_idx)) != CRYPT_OK) {
245 return CRYPT_OK;
250 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
291 return CRYPT_OK;