/freebsd/crypto/openssl/include/openssl/ |
H A D | proverr.h | 66 # define PROV_R_INVALID_KEY_LENGTH 105 macro
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_wrp.c | 121 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in aes_wrap_init() 276 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in aes_wrap_set_ctx_params()
|
H A D | cipher_tdes_common.c | 90 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in tdes_init()
|
H A D | cipher_chacha20.c | 139 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in chacha20_set_ctx_params()
|
H A D | cipher_des.c | 96 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in des_init()
|
H A D | cipher_rc4_hmac_md5.c | 166 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in rc4_hmac_md5_set_ctx_params()
|
H A D | cipher_aes_ocb.c | 132 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in aes_ocb_init() 412 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in aes_ocb_set_ctx_params()
|
H A D | cipher_aes_xts.c | 86 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in aes_xts_init()
|
H A D | cipher_aes_siv.c | 92 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in siv_init()
|
H A D | cipher_chacha20_poly1305.c | 180 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in chacha20_poly1305_set_ctx_params()
|
H A D | ciphercommon_ccm.c | 246 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in ccm_init()
|
H A D | cipher_aes_cbc_hmac_sha.c | 193 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in aes_set_ctx_params()
|
H A D | ciphercommon_gcm.c | 71 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in gcm_init()
|
H A D | ciphercommon.c | 215 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in cipher_generic_init_internal()
|
/freebsd/crypto/openssl/providers/common/ |
H A D | securitycheck.c | 65 ERR_raise_data(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH, in ossl_rsa_check_key()
|
H A D | provider_err.c | 89 {ERR_PACK(ERR_LIB_PROV, 0, PROV_R_INVALID_KEY_LENGTH),
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 85 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in poly1305_setkey()
|
H A D | blake2_mac_impl.c | 94 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in blake2_setkey()
|
H A D | gmac_prov.c | 106 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in gmac_setkey()
|
H A D | kmac_prov.c | 249 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in kmac_setkey()
|
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 133 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in ecx_derive()
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 295 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in pbkdf2_derive()
|
H A D | tls1_prf.c | 157 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in kdf_tls1_prf_derive()
|
H A D | kbkdf.c | 239 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in kbkdf_derive()
|
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | dsa_sig.c | 203 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_KEY_LENGTH); in dsa_signverify_init()
|