HomeSort by: relevance | last modified time | path
    Searched defs:csalt (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcrypt/
bcrypt.c 140 encode_salt(char *salt, u_int8_t *csalt, u_int16_t clen, u_int8_t logr)
149 encode_base64((u_int8_t *) salt + 7, csalt, clen);
157 u_int8_t csalt[BCRYPT_MAXSALT]; local in function:__gensalt_blowfish
185 csalt[i] = seed & 0xff;
188 encode_salt(salt, csalt, BCRYPT_MAXSALT, (u_int8_t)nrounds);
220 u_int8_t csalt[BCRYPT_MAXSALT]; local in function:__bcrypt
267 decode_base64(csalt, BCRYPT_MAXSALT, (const u_int8_t *)salt);
278 Blowfish_expandstate(&state, csalt, salt_len,
282 Blowfish_expand0state(&state, csalt, salt_len);
314 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT)
    [all...]
bcrypt.c 140 encode_salt(char *salt, u_int8_t *csalt, u_int16_t clen, u_int8_t logr)
149 encode_base64((u_int8_t *) salt + 7, csalt, clen);
157 u_int8_t csalt[BCRYPT_MAXSALT]; local in function:__gensalt_blowfish
185 csalt[i] = seed & 0xff;
188 encode_salt(salt, csalt, BCRYPT_MAXSALT, (u_int8_t)nrounds);
220 u_int8_t csalt[BCRYPT_MAXSALT]; local in function:__bcrypt
267 decode_base64(csalt, BCRYPT_MAXSALT, (const u_int8_t *)salt);
278 Blowfish_expandstate(&state, csalt, salt_len,
282 Blowfish_expand0state(&state, csalt, salt_len);
314 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT)
    [all...]

Completed in 68 milliseconds