Home
last modified time | relevance | path

Searched refs:OLM_INVALID_BASE64 (Results 1 – 6 of 6) sorted by relevance

/dports/security/olm/olm-3.2.6/src/
H A Dinbound_group_session.c151 session->last_error = OLM_INVALID_BASE64; in olm_init_inbound_group_session()
175 session->last_error = OLM_INVALID_BASE64; in olm_import_inbound_group_session()
322 session->last_error = OLM_INVALID_BASE64; in olm_group_decrypt_max_plaintext_length()
452 session->last_error = OLM_INVALID_BASE64; in olm_group_decrypt()
H A Dolm.cpp101 last_error = OlmErrorCode::OLM_INVALID_BASE64; in b64_input()
520 from_c(session)->last_error = OlmErrorCode::OLM_INVALID_BASE64; in olm_create_outbound_session()
565 from_c(session)->last_error = OlmErrorCode::OLM_INVALID_BASE64; in olm_create_inbound_session_from()
648 from_c(session)->last_error = OlmErrorCode::OLM_INVALID_BASE64; in olm_matches_inbound_session_from()
804 from_c(utility)->last_error = OlmErrorCode::OLM_INVALID_BASE64; in olm_ed25519_verify()
H A Dpickle_encoding.c74 *last_error = OLM_INVALID_BASE64; in _olm_enc_input()
H A Dsas.c107 sas->last_error = OLM_INVALID_BASE64; in olm_sas_set_their_key()
H A Dpk.cpp394 decryption->last_error = OlmErrorCode::OLM_INVALID_BASE64; in olm_pk_decrypt()
/dports/security/olm/olm-3.2.6/include/olm/
H A Derror.h30 OLM_INVALID_BASE64 = 7, /*!< The input base64 was invalid */ enumerator