Home
last modified time | relevance | path

Searched refs:PROV_R_KEY_SETUP_FAILED (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aria_hw.c25 ERR_raise(ERR_LIB_PROV, PROV_R_KEY_SETUP_FAILED); in cipher_hw_aria_initkey()
H A Dcipher_camellia_hw.c30 ERR_raise(ERR_LIB_PROV, PROV_R_KEY_SETUP_FAILED); in cipher_hw_camellia_initkey()
H A Dcipher_camellia_hw_t4.inc70 ERR_raise(ERR_LIB_PROV, PROV_R_KEY_SETUP_FAILED);
H A Dcipher_aes_hw_aesni.inc48 ERR_raise(ERR_LIB_PROV, PROV_R_KEY_SETUP_FAILED);
H A Dcipher_aes_hw.c117 ERR_raise(ERR_LIB_PROV, PROV_R_KEY_SETUP_FAILED); in cipher_hw_aes_initkey()
H A Dcipher_aes_hw_t4.inc81 ERR_raise(ERR_LIB_PROV, PROV_R_KEY_SETUP_FAILED);
/freebsd/crypto/openssl/include/openssl/
H A Dproverr.h82 # define PROV_R_KEY_SETUP_FAILED 101 macro
/freebsd/crypto/openssl/providers/common/
H A Dprovider_err.c114 {ERR_PACK(ERR_LIB_PROV, 0, PROV_R_KEY_SETUP_FAILED), "key setup failed"},
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1032 PROV_R_KEY_SETUP_FAILED:101:key setup failed