Searched refs:EVP_R_UNSUPPORTED_ALGORITHM (Results 1 – 8 of 8) sorted by relevance
118 # define EVP_R_UNSUPPORTED_ALGORITHM 156 macro
169 {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_UNSUPPORTED_ALGORITHM),
695 ERR_raise(ERR_LIB_EVP, EVP_R_UNSUPPORTED_ALGORITHM); in EVP_PKEY_set1_engine()1536 ERR_raise(ERR_LIB_EVP, EVP_R_UNSUPPORTED_ALGORITHM); in pkey_set_type()
214 ERR_raise(ERR_LIB_EVP, EVP_R_UNSUPPORTED_ALGORITHM); in int_ctx_new()316 ERR_raise(ERR_LIB_EVP, EVP_R_UNSUPPORTED_ALGORITHM); in int_ctx_new()
86 && ERR_GET_REASON(err) != EVP_R_UNSUPPORTED_ALGORITHM) in PKCS12_parse()
1297 && (ERR_GET_REASON(error) == EVP_R_UNSUPPORTED_ALGORITHM in get_ecdsa()
3476 if ((lib == ERR_LIB_EVP && reason == EVP_R_UNSUPPORTED_ALGORITHM) in key_unsupported()
742 EVP_R_UNSUPPORTED_ALGORITHM:156:unsupported algorithm
Completed in 32 milliseconds