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

  /src/sbin/cgdconfig/
cgdconfig.c 616 char *passp; local in function:getkey_pkcs5_pbkdf2
622 passp = maybe_getpass(buf);
623 if (pkcs5_pbkdf2(&tmp, BITS2BYTES(keylen), (uint8_t *)passp,
624 strlen(passp),
633 explicit_memset(passp, 0, strlen(passp));
634 free(passp);
644 char *passp; local in function:getkey_argon2id
651 passp = maybe_getpass(buf);
654 passp, strlen(passp)
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 374 /* passp(I) - pointer to ipfgeniter structure */
381 ipf_auth_check(fr_info_t *fin, u_32_t *passp)
476 if (passp != NULL)
477 *passp = pass;
ip_frag.c 864 /* passp(O) - pointer to where to store rule flags resturned */
871 ipf_frag_known(fr_info_t *fin, u_32_t *passp)
910 *passp = pass;
fil.c 2619 /* passp(IO) - pointer to current/new filter decision (unused) */
2628 ipf_acctpkt(fr_info_t *fin, u_32_t *passp)
2635 passp = passp;
2660 /* passp(IO) - pointer to current/new filter decision (unused) */
2669 ipf_firewall(fr_info_t *fin, u_32_t *passp)
2677 pass = *passp;
2752 *passp = pass;
3275 /* passp(IO) - pointer to current/new filter decision (unused) */
3281 ipf_dolog(fr_info_t *fin, u_32_t *passp)
    [all...]
ip_nat6.c 2549 /* passp(I) - pointer to filtering result flags */
2559 ipf_nat6_checkout(fr_info_t *fin, u_32_t *passp)
2730 if (passp != NULL) {
2732 *passp = FR_BLOCK;
2949 /* passp(I) - pointer to filtering result flags */
2959 ipf_nat6_checkin(fr_info_t *fin, u_32_t *passp)
3130 if (passp != NULL) {
3132 *passp = FR_BLOCK;
ip_nat.c 4767 /* passp(I) - pointer to filtering result flags */
4777 ipf_nat_checkout(fr_info_t *fin, u_32_t *passp)
4793 return ipf_nat6_checkout(fin, passp);
4956 if (passp != NULL) {
4959 *passp = FR_BLOCK;
5260 /* passp(I) - pointer to filtering result flags */
5270 ipf_nat_checkin(fr_info_t *fin, u_32_t *passp)
5447 if (passp != NULL) {
5450 *passp = FR_BLOCK;
ip_state.c 3243 /* passp(I) - pointer to filtering result flags */
3248 ipf_state_check(fr_info_t *fin, u_32_t *passp)
3392 *passp = pass;

Completed in 31 milliseconds