Home
last modified time | relevance | path

Searched refs:pkgsign_ecc (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pkg/
H A Dpkg.h54 extern const struct pkgsign_ops pkgsign_ecc;
H A Dpkg.c70 .pi_ops = &pkgsign_ecc,
74 .pi_ops = &pkgsign_ecc,
78 .pi_ops = &pkgsign_ecc,
H A Decc.c601 const struct pkgsign_ops pkgsign_ecc = { variable