pkcs5_pbkdf2.c | 1 /* $NetBSD: pkcs5_pbkdf2.c,v 1.17 2021/11/22 16:04:03 nia Exp $ */ 49 __RCSID("$NetBSD: pkcs5_pbkdf2.c,v 1.17 2021/11/22 16:04:03 nia Exp $"); 62 #include "pkcs5_pbkdf2.h" 104 * pkcs5_pbkdf2 takes all of its lengths in bytes. 108 pkcs5_pbkdf2(u_int8_t **r, size_t dkLen, const u_int8_t *P, size_t Plen, function in typeref:typename:int 176 ret = pkcs5_pbkdf2(&r, dkLen, P, sizeof(P), S, sizeof(S), c, 0); 193 fprintf(stderr, "pkcs5_pbkdf2: calibrating iterations...");
|