HomeSort by: relevance | last modified time | path
    Searched refs:ARGON2_OK (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2.c 35 if (ARGON2_OK != result) {
70 if (ARGON2_OK != result) {
82 return ARGON2_OK;
131 if (result != ARGON2_OK) {
144 if (encode_string(encoded, encodedlen, &context, type) != ARGON2_OK) {
155 return ARGON2_OK;
244 if (decode_result != ARGON2_OK) {
258 if (ret != ARGON2_OK || sodium_memcmp(out, ctx.out, ctx.outlen) != 0) {
pwhash_argon2id.c 167 (size_t) outlen) != ARGON2_OK) {
202 crypto_pwhash_argon2id_STRBYTES) != ARGON2_OK) {
227 if (verify_ret == ARGON2_OK) {
argon2-encoding.c 91 * Returned value is ARGON2_OK on success.
197 if (validation_result != ARGON2_OK) {
201 return ARGON2_OK;
238 * On success, ARGON2_OK is returned.
284 if (validation_result != ARGON2_OK) {
300 return ARGON2_OK;
pwhash_argon2i.c 171 (size_t) outlen) != ARGON2_OK) {
206 crypto_pwhash_argon2i_STRBYTES) != ARGON2_OK) {
231 if (verify_ret == ARGON2_OK) {
argon2-core.c 68 * @return ARGON2_OK if @memory is a valid pointer and memory is allocated
125 return ARGON2_OK;
364 return ARGON2_OK;
478 int result = ARGON2_OK;
492 if (ARGON2_OK != result) {
512 return ARGON2_OK;
argon2.h 76 ARGON2_OK = 0,
193 * @return Error code if smth is wrong, ARGON2_OK otherwise
210 * @pre Returns ARGON2_OK if successful
231 * @pre Returns ARGON2_OK if successful
251 * @pre Returns ARGON2_OK if successful
270 * @pre Returns ARGON2_OK if successful
289 * @pre Returns ARGON2_OK if successful
298 * @pre Returns ARGON2_OK if successful
  /src/sbin/cgdconfig/
argon2_utils.c 93 int ret = ARGON2_OK;
120 Argon2_id, ARGON2_VERSION_NUMBER)) != ARGON2_OK) {
151 Argon2_id, ARGON2_VERSION_NUMBER)) != ARGON2_OK) {
cgdconfig.c 659 Argon2_id, kg->kg_version)) != ARGON2_OK) {
  /src/lib/libcrypt/
crypt-argon2.c 221 atype, ARGON2_VERSION_NUMBER) != ARGON2_OK) {
426 if (rc != ARGON2_OK) {

Completed in 15 milliseconds