enum

Argon2::Response

Inherits Enum / Comparable / Value / Object

Constants

ARGON2_OK = 0
ARGON2_OUTPUT_PTR_NULL = -1
ARGON2_OUTPUT_TOO_SHORT = -2
ARGON2_OUTPUT_TOO_LONG = -3
ARGON2_PWD_TOO_SHORT = -4
ARGON2_PWD_TOO_LONG = -5
ARGON2_SALT_TOO_SHORT = -6
ARGON2_SALT_TOO_LONG = -7
ARGON2_AD_TOO_SHORT = -8
ARGON2_AD_TOO_LONG = -9
ARGON2_SECRET_TOO_SHORT = -10
ARGON2_SECRET_TOO_LONG = -11
ARGON2_TIME_TOO_SMALL = -12
ARGON2_TIME_TOO_LARGE = -13
ARGON2_MEMORY_TOO_LITTLE = -14
ARGON2_MEMORY_TOO_MUCH = -15
ARGON2_LANES_TOO_FEW = -16
ARGON2_LANES_TOO_MANY = -17
ARGON2_PWD_PTR_MISMATCH = -18
ARGON2_SALT_PTR_MISMATCH = -19
ARGON2_SECRET_PTR_MISMATCH = -20
ARGON2_AD_PTR_MISMATCH = -21
ARGON2_MEMORY_ALLOCATION_ERROR = -22
ARGON2_FREE_MEMORY_CBK_NULL = -23
ARGON2_ALLOCATE_MEMORY_CBK_NULL = -24
ARGON2_INCORRECT_PARAMETER = -25
ARGON2_INCORRECT_TYPE = -26
ARGON2_OUT_PTR_MISMATCH = -27
ARGON2_THREADS_TOO_FEW = -28
ARGON2_THREADS_TOO_MANY = -29
ARGON2_MISSING_ARGS = -30
ARGON2_ENCODING_FAIL = -31
ARGON2_DECODING_FAIL = -32
ARGON2_THREAD_FAIL = -33
ARGON2_DECODING_LENGTH_FAIL = -34
ARGON2_VERIFY_MISMATCH = -35

Instance methods

argon2_ad_ptr_mismatch?

Returns true if this enum value equals ARGON2_AD_PTR_MISMATCH

Source
argon2_ad_too_long?

Returns true if this enum value equals ARGON2_AD_TOO_LONG

Source
argon2_ad_too_short?

Returns true if this enum value equals ARGON2_AD_TOO_SHORT

Source
argon2_allocate_memory_cbk_null?

Returns true if this enum value equals ARGON2_ALLOCATE_MEMORY_CBK_NULL

Source
argon2_decoding_fail?

Returns true if this enum value equals ARGON2_DECODING_FAIL

Source
argon2_decoding_length_fail?

Returns true if this enum value equals ARGON2_DECODING_LENGTH_FAIL

Source
argon2_encoding_fail?

Returns true if this enum value equals ARGON2_ENCODING_FAIL

Source
argon2_free_memory_cbk_null?

Returns true if this enum value equals ARGON2_FREE_MEMORY_CBK_NULL

Source
argon2_incorrect_parameter?

Returns true if this enum value equals ARGON2_INCORRECT_PARAMETER

Source
argon2_incorrect_type?

Returns true if this enum value equals ARGON2_INCORRECT_TYPE

Source
argon2_lanes_too_few?

Returns true if this enum value equals ARGON2_LANES_TOO_FEW

Source
argon2_lanes_too_many?

Returns true if this enum value equals ARGON2_LANES_TOO_MANY

Source
argon2_memory_allocation_error?

Returns true if this enum value equals ARGON2_MEMORY_ALLOCATION_ERROR

Source
argon2_memory_too_little?

Returns true if this enum value equals ARGON2_MEMORY_TOO_LITTLE

Source
argon2_memory_too_much?

Returns true if this enum value equals ARGON2_MEMORY_TOO_MUCH

Source
argon2_missing_args?

Returns true if this enum value equals ARGON2_MISSING_ARGS

Source
argon2_ok?

Returns true if this enum value equals ARGON2_OK

Source
argon2_out_ptr_mismatch?

Returns true if this enum value equals ARGON2_OUT_PTR_MISMATCH

Source
argon2_output_ptr_null?

Returns true if this enum value equals ARGON2_OUTPUT_PTR_NULL

Source
argon2_output_too_long?

Returns true if this enum value equals ARGON2_OUTPUT_TOO_LONG

Source
argon2_output_too_short?

Returns true if this enum value equals ARGON2_OUTPUT_TOO_SHORT

Source
argon2_pwd_ptr_mismatch?

Returns true if this enum value equals ARGON2_PWD_PTR_MISMATCH

Source
argon2_pwd_too_long?

Returns true if this enum value equals ARGON2_PWD_TOO_LONG

Source
argon2_pwd_too_short?

Returns true if this enum value equals ARGON2_PWD_TOO_SHORT

Source
argon2_salt_ptr_mismatch?

Returns true if this enum value equals ARGON2_SALT_PTR_MISMATCH

Source
argon2_salt_too_long?

Returns true if this enum value equals ARGON2_SALT_TOO_LONG

Source
argon2_salt_too_short?

Returns true if this enum value equals ARGON2_SALT_TOO_SHORT

Source
argon2_secret_ptr_mismatch?

Returns true if this enum value equals ARGON2_SECRET_PTR_MISMATCH

Source
argon2_secret_too_long?

Returns true if this enum value equals ARGON2_SECRET_TOO_LONG

Source
argon2_secret_too_short?

Returns true if this enum value equals ARGON2_SECRET_TOO_SHORT

Source
argon2_thread_fail?

Returns true if this enum value equals ARGON2_THREAD_FAIL

Source
argon2_threads_too_few?

Returns true if this enum value equals ARGON2_THREADS_TOO_FEW

Source
argon2_threads_too_many?

Returns true if this enum value equals ARGON2_THREADS_TOO_MANY

Source
argon2_time_too_large?

Returns true if this enum value equals ARGON2_TIME_TOO_LARGE

Source
argon2_time_too_small?

Returns true if this enum value equals ARGON2_TIME_TOO_SMALL

Source
argon2_verify_mismatch?

Returns true if this enum value equals ARGON2_VERIFY_MISMATCH

Source