Searched defs:pubkey (Results 1 - 25 of 121) sorted by relevance

12345

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_r2x.c25 EVP_PKEY *pubkey = NULL; local
H A Dx_pubkey.c33 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; local
37 X509_PUBKEY *pubkey = (X509_PUBKEY *)*pval; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_r2x.c25 EVP_PKEY *pubkey = NULL; local
H A Dv3_skid.c55 ASN1_OCTET_STRING *ossl_x509_pubkey_hash(X509_PUBKEY *pubkey) argument
H A Dv3_akid.c168 X509_PUBKEY *pubkey = NULL; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_skey.c59 X509_PUBKEY *pubkey; local
/netbsd-current/usr.sbin/wg-keygen/
H A Dwg-keygen.c63 gen_pubkey(uint8_t key[CURVE25519_SIZE], uint8_t pubkey[CURVE25519_SIZE]) argument
119 uint8_t pubkey[KEY_LEN]; local
/netbsd-current/external/bsd/pam-u2f/dist/tests/
H A Dregenerate_credentials.py78 pubkey = matches.group(2), variable
100 pubkey = matches.group(2), variable
110 pubkey = matches.group(2), variable
130 pubkey = matches.group(2), variable
140 pubkey = matches.group(2), variable
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dvalidate.h60 pgp_pubkey_t pubkey; member in struct:__anon358
H A Dcrypto.c198 pgp_rsa_encrypt_mpi(const uint8_t *encoded_m_buf, const size_t sz_encoded_m_buf, const pgp_pubkey_t * pubkey, pgp_pk_sesskey_params_t * skp) argument
235 pgp_elgamal_encrypt_mpi(const uint8_t *encoded_m_buf, const size_t sz_encoded_m_buf, const pgp_pubkey_t * pubkey, pgp_pk_sesskey_params_t * skp) argument
395 pgp_encrypt_buf(pgp_io_t *io, const void *input, const size_t insize, const pgp_key_t *pubkey, const unsigned use_armour, const char *cipher) argument
[all...]
H A Dssh2pgp.c207 pgp_pubkey_t *pubkey; local
345 pgp_ssh2seckey(pgp_io_t *io, const char *f, pgp_key_t *key, pgp_pubkey_t *pubkey, pgp_hash_alg_t hashtype) argument
437 pgp_key_t *pubkey; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2blob.c92 unsigned char *pubkey = NULL; local
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dengine_loader.c119 EVP_PKEY *pkey = NULL, *pubkey = NULL; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decx_backend.c60 unsigned char *pubkey; local
164 unsigned char *privkey, *pubkey; local
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Drsa.c227 Trspi_RSA_Public_Encrypt(unsigned char *in, unsigned int inlen, unsigned char *out, unsigned int *outlen, unsigned char *pubkey, unsigned int pubsize, unsigned int e, int padding) argument
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_internal-modexp.c16 crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, u8 *pubkey) argument
42 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dspkac.c61 int i, ret = 1, verify = 0, noout = 0, pubkey = 0; local
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Devp_pkey_dparams_test.c30 struct pubkey { struct
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Decx.h70 unsigned char pubkey[MAX_KEYLEN]; member in struct:ecx_key_st
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_dh.c170 ASN1_BIT_STRING *pubkey; local
198 ASN1_BIT_STRING *pubkey; local
19 dh_cms_set_peerkey(EVP_PKEY_CTX *pctx, X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_attr_build.c23 struct wpabuf *pubkey = NULL; local
414 wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id, const struct wpabuf *pubkey, const u8 *dev_pw, size_t dev_pw_len) argument
[all...]
/netbsd-current/usr.sbin/syslogd/
H A Dsign.h177 EVP_PKEY *pubkey; member in struct:sign_global_t
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_kari.c51 CMS_RecipientInfo_kari_get0_orig_id(CMS_RecipientInfo *ri, X509_ALGOR **pubalg, ASN1_BIT_STRING **pubkey, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Deddsa.c88 c448_ed448_derive_public_key( uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t privkey[EDDSA_448_PRIVATE_BYTES]) argument
130 c448_ed448_sign( uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t privkey[EDDSA_448_PRIVATE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t *message, size_t message_len, uint8_t prehashed, const uint8_t *context, size_t context_len) argument
235 c448_ed448_sign_prehash( uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t privkey[EDDSA_448_PRIVATE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t hash[64], const uint8_t *context, size_t context_len) argument
246 c448_ed448_verify( const uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t *message, size_t message_len, uint8_t prehashed, const uint8_t *context, uint8_t context_len) argument
328 c448_ed448_verify_prehash( const uint8_t signature[EDDSA_448_SIGNATURE_BYTES], const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], const uint8_t hash[64], const uint8_t *context, uint8_t context_len) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_sct_ctx.c238 int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) argument
243 int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) argument

Completed in 400 milliseconds

12345