Home
last modified time | relevance | path

Searched refs:skp (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-sk.c468 struct sshsk_provider *skp = NULL; in sshsk_enroll() local
529 if ((skp = sshsk_open(provider_path)) == NULL) { in sshsk_enroll()
535 if ((r = skp->sk_enroll(alg, challenge, challenge_len, application, in sshsk_enroll()
556 sshsk_free(skp); in sshsk_enroll()
641 struct sshsk_provider *skp = NULL; in sshsk_sign() local
675 if ((skp = sshsk_open(provider_path)) == NULL) { in sshsk_sign()
685 if ((r = skp->sk_sign(alg, data, datalen, key->sk_application, in sshsk_sign()
734 sshsk_free(skp); in sshsk_sign()
790 struct sshsk_provider *skp = NULL; in sshsk_load_resident() local
809 if ((skp = sshsk_open(provider_path)) == NULL) { in sshsk_load_resident()
[all …]
/freebsd/sys/netpfil/pf/
H A Dpf_lb.c700 struct pf_ksrc_node **sn, struct pf_state_key **skp, in pf_get_translation() argument
713 KASSERT(*skp == NULL, ("*skp not NULL")); in pf_get_translation()
744 *skp = pf_state_key_setup(pd, saddr, daddr, sport, dport); in pf_get_translation()
745 if (*skp == NULL) in pf_get_translation()
747 *nkp = pf_state_key_clone(*skp); in pf_get_translation()
749 uma_zfree(V_pf_state_key_z, *skp); in pf_get_translation()
750 *skp = NULL; in pf_get_translation()
963 if (bcmp(*skp, *nkp, sizeof(struct pf_state_key_cmp))) { in pf_get_translation()
971 uma_zfree(V_pf_state_key_z, *skp); in pf_get_translation()
972 *skp = *nkp = NULL; in pf_get_translation()
/freebsd/contrib/libfido2/src/
H A Des256.c150 es256_sk_free(es256_sk_t **skp) in es256_sk_free() argument
154 if (skp == NULL || (sk = *skp) == NULL) in es256_sk_free()
158 *skp = NULL; in es256_sk_free()
/freebsd/contrib/file/magic/Magdir/
H A Dcad362 !:mime application/vnd.sketchup.skp
363 !:ext skp
/freebsd/contrib/sendmail/src/
H A Dmap.c3660 char *skp; local
3691 skp = search_key;
3699 *skp++ = '"';
3700 *skp++ = *p;
3701 *skp++ = '"';
3707 *skp++ = '"';
3712 *skp++ = *p;
3717 *skp = '\0';
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5699 STACK_OF(SSL_CIPHER) **skp, in bytes_to_cipher_list()
5769 if (skp != NULL) in bytes_to_cipher_list()
5770 *skp = sk; in bytes_to_cipher_list()
H A Dssl_local.h2404 STACK_OF(SSL_CIPHER) **skp,