Searched refs:PROV_R_INVALID_DATA (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | proverr.h | 58 # define PROV_R_INVALID_DATA 115 macro
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_rc4_hmac_md5.c | 181 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_DATA); in rc4_hmac_md5_set_ctx_params()
|
D | cipher_chacha20_poly1305.c | 207 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_DATA); in chacha20_poly1305_set_ctx_params()
|
D | ciphercommon_ccm.c | 123 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_DATA); in ossl_ccm_set_ctx_params()
|
/third_party/openssl/providers/common/ |
D | provider_err.c | 77 {ERR_PACK(ERR_LIB_PROV, 0, PROV_R_INVALID_DATA), "invalid data"},
|
/third_party/openssl/providers/implementations/kdfs/ |
D | x942kdf.c | 427 ERR_raise(ERR_LIB_PROV, PROV_R_INVALID_DATA); in x942kdf_derive()
|
/third_party/python/Modules/ |
D | _ssl_data_300.h | 4918 #ifdef PROV_R_INVALID_DATA 4919 {"INVALID_DATA", ERR_LIB_PROV, PROV_R_INVALID_DATA},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 996 PROV_R_INVALID_DATA:115:invalid data
|