Searched refs:CRYPT_INPUT_TOO_LONG (Results 1 – 10 of 10) sorted by relevance
341 if (err == CRYPT_INPUT_TOO_LONG) { in der_decode_custom_type_ex()342 seq_err = CRYPT_INPUT_TOO_LONG; in der_decode_custom_type_ex()357 if (err == CRYPT_INPUT_TOO_LONG) { in der_decode_custom_type_ex()358 seq_err = CRYPT_INPUT_TOO_LONG; in der_decode_custom_type_ex()402 } else if (blksize == x && seq_err == CRYPT_INPUT_TOO_LONG && inlen == 0) { in der_decode_custom_type_ex()408 err = CRYPT_INPUT_TOO_LONG; in der_decode_custom_type_ex()
75 CRYPT_INPUT_TOO_LONG, /* The input was longer than expected. */ enumerator
60 if ((err == CRYPT_INPUT_TOO_LONG) && (version == 1)) { in ec25519_import_pkcs8()
41 if (err != CRYPT_OK && err != CRYPT_INPUT_TOO_LONG) { in dh_import()
54 if (err != CRYPT_OK && err != CRYPT_INPUT_TOO_LONG) { in ecc_import_ex()
53 if (err != CRYPT_OK && err != CRYPT_INPUT_TOO_LONG) { in ecc_decrypt_key()
52 if (err != CRYPT_OK && err != CRYPT_INPUT_TOO_LONG) { in dsa_decrypt_key()
46 if (err == CRYPT_OK || err == CRYPT_INPUT_TOO_LONG) { in dsa_import()
74 if (err != CRYPT_OK && err != CRYPT_INPUT_TOO_LONG) { in rsa_import()
52 _C_STRINGIFY(CRYPT_INPUT_TOO_LONG),
Completed in 154 milliseconds