bcrypt.c | 74 static void encode_base64(u_int8_t *, u_int8_t *, u_int16_t); 149 encode_base64((u_int8_t *) salt + 7, csalt, clen); 314 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT); 315 encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext, 322 encode_base64(u_int8_t *buffer, u_int8_t *data, u_int16_t len) function in typeref:typename:void
|