Home
last modified time | relevance | path

Searched refs:OLM_OUTPUT_BUFFER_TOO_SMALL (Results 1 – 10 of 10) sorted by relevance

/dports/security/olm/olm-3.2.6/src/
H A Dpk.cpp128 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pk_encrypt()
223 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pk_key_from_private()
308 object.last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pickle_pk_decryption()
326 object.last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_unpickle_pk_decryption()
385 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pk_decrypt()
445 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pk_get_private_key()
502 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pk_signing_key_from_seed()
530 signing->last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pk_sign()
H A Dsas.c85 sas->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_sas_get_pubkey()
155 sas->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_sas_calculate_mac_fixed_base64()
185 sas->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_sas_calculate_mac()
212 sas->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_sas_calculate_mac_long_kdf()
H A Doutbound_group_session.c102 session->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pickle_outbound_group_session()
293 session->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_group_encrypt()
326 session->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_outbound_group_session_id()
360 session->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_outbound_group_session_key()
H A Dinbound_group_session.c217 session->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pickle_inbound_group_session()
411 session->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in _decrypt()
474 session->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_inbound_group_session_id()
512 session->last_error = OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_export_inbound_group_session()
H A Dolm.cpp255 object.last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pickle_account()
271 object.last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_pickle_session()
398 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_account_sign()
597 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_session_id()
716 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_encrypt()
783 OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in olm_sha256()
H A Daccount.cpp149 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in get_identity_json()
185 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in sign()
224 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in get_one_time_keys_json()
336 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in get_fallback_key_json()
H A Dutility.cpp35 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in sha256()
H A Dsession.cpp205 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in session_id()
291 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in encrypt()
H A Dratchet.cpp434 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in encrypt()
530 last_error = OlmErrorCode::OLM_OUTPUT_BUFFER_TOO_SMALL; in decrypt()
/dports/security/olm/olm-3.2.6/include/olm/
H A Derror.h25 OLM_OUTPUT_BUFFER_TOO_SMALL = 2, /*!< Supplied output buffer is too small */ enumerator