Searched refs:PUBKEY (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-5-setup.sh | 42 PUBKEY=$(cat ~/.ssh/id_ed25519.pub) 63 - $PUBKEY
|
H A D | qemu-2-start.sh | 185 PUBKEY=$(cat ~/.ssh/id_ed25519.pub) 198 - $PUBKEY
|
/freebsd/usr.sbin/pkg/ |
H A D | config.h | 45 PUBKEY, enumerator
|
H A D | config.c | 127 [PUBKEY] = { 129 "PUBKEY", 349 else if (strcasecmp(st, "PUBKEY") == 0) in parse_signature_type() 693 if (c[PUBKEY].value != NULL) 694 r->pubkey = c[PUBKEY].value;
|
H A D | pkg.c | 666 if (config_string(PUBKEY, &pubkey) != 0) { in verify_pubsignature() 1002 } else if (strcasecmp(signature_type, "PUBKEY") == 0) { in bootstrap_pkg_local()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_all.c | 226 IMPLEMENT_PEM_provided_write(PUBKEY, EVP_PKEY, pkey, PEM_STRING_PUBLIC, PUBKEY)
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 289 * ntpd/ntp_proto.c (receive): PUBKEY fixes. Move KoD stuff to 980 exten grew from 672/4 to 5000/4 for PUBKEY. 988 the disabled PUBKEY chunk. 991 (crypto_recv): fstamp is a PUBKEY-only variable. 1005 PUBKEY. 1074 (peer_clear): PUBKEY cleanup. Zero out the peer structure 1078 * ntpd/ntp_peer.c (unpeer): PUBKEY cleanup. 1810 * util/ntp-genkeys.c (crypto_config): Only #ifdef PUBKEY 1941 * ntpd/ntp_proto.c (peer_xmit): PUBKEY cleanup 1954 * ntpd/ntp_crypto.c: PUBKEY/AUTOKEY cleanup [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pem.h | 474 DECLARE_PEM_rw_ex(PUBKEY, EVP_PKEY)
|
H A D | x509.h | 706 DECLARE_ASN1_ENCODE_FUNCTIONS_only(EVP_PKEY, PUBKEY)
|
H A D | x509.h.in | 512 DECLARE_ASN1_ENCODE_FUNCTIONS_only(EVP_PKEY, PUBKEY)
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PEM_read_bio_PrivateKey.pod | 244 The B<PUBKEY> functions process a public key using an EVP_PKEY
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 2312 re-used X509_PUBKEY object if the second PUBKEY is malformed. 3644 re-used X509_PUBKEY object if the second PUBKEY is malformed.
|