Searched defs:pk (Results 1 - 25 of 157) sorted by relevance

1234567

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509type.c18 const EVP_PKEY *pk; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509type.c18 const EVP_PKEY *pk; local
H A Dv3_skid.c58 const unsigned char *pk; local
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/
H A Ddaa_debug.h7 TSS_DAA_PK_internal *pk; member in struct:tdKEY_PAIR_WITH_PROOF_internal
H A Ddaa_debug.c215 TSS_DAA_PK *pk; local
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_daa.c28 Trspi_LoadBlob_DAA_PK(UINT64 *offset, BYTE *blob, TSS_DAA_PK *pk) argument
68 Trspi_UnloadBlob_DAA_PK(UINT64 *offset, BYTE *blob, TSS_DAA_PK *pk) argument
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dbox_seed.c16 unsigned char pk[32]; local
H A Dbox_seal.c8 unsigned char pk[crypto_box_PUBLICKEYBYTES]; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_prn.c34 EVP_PKEY *pk; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_prn.c40 EVP_PKEY *pk; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/dsa/
H A Ddsa_prn.c49 EVP_PKEY *pk; local
63 EVP_PKEY *pk; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_prn.c55 EVP_PKEY *pk; local
69 EVP_PKEY *pk; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c21 crypto_box_detached(unsigned char *c, unsigned char *mac, const unsigned char *m, unsigned long long mlen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
52 crypto_box_easy(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
74 crypto_box_open_detached(unsigned char *m, const unsigned char *c, const unsigned char *mac, unsigned long long clen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
105 crypto_box_open_easy(unsigned char *m, const unsigned char *c, unsigned long long clen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
H A Dcrypto_box_seal.c24 crypto_box_seal(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *pk) argument
47 crypto_box_seal_open(unsigned char *m, const unsigned char *c, unsigned long long clen, const unsigned char *pk, const unsigned char *sk) argument
H A Dcrypto_box.c65 crypto_box_seed_keypair(unsigned char *pk, unsigned char *sk, argument
72 crypto_box_keypair(unsigned char *pk, unsigned char *sk) argument
78 crypto_box_beforenm(unsigned char *k, const unsigned char *pk, argument
101 crypto_box(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
109 crypto_box_open(unsigned char *m, const unsigned char *c, unsigned long long clen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_seal_curve25519xchacha20poly1305.c29 crypto_box_curve25519xchacha20poly1305_seal(unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *pk) argument
54 crypto_box_curve25519xchacha20poly1305_seal_open(unsigned char *m, const unsigned char *c, unsigned long long clen, const unsigned char *pk, const unsigned char *sk) argument
H A Dbox_curve25519xchacha20poly1305.c18 crypto_box_curve25519xchacha20poly1305_seed_keypair(unsigned char *pk, argument
32 crypto_box_curve25519xchacha20poly1305_keypair(unsigned char *pk, argument
41 crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k, const unsigned char *pk, const unsigned char *sk) argument
63 crypto_box_curve25519xchacha20poly1305_detached( unsigned char *c, unsigned char *mac, const unsigned char *m, unsigned long long mlen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
98 crypto_box_curve25519xchacha20poly1305_easy( unsigned char *c, const unsigned char *m, unsigned long long mlen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
120 crypto_box_curve25519xchacha20poly1305_open_detached( unsigned char *m, const unsigned char *c, const unsigned char *mac, unsigned long long clen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
152 crypto_box_curve25519xchacha20poly1305_open_easy( unsigned char *m, const unsigned char *c, unsigned long long clen, const unsigned char *n, const unsigned char *pk, const unsigned char *sk) argument
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c13 crypto_sign_ed25519_seed_keypair(unsigned char *pk, unsigned char *sk, argument
37 crypto_sign_ed25519_keypair(unsigned char *pk, unsigned char *sk) argument
H A Dopen.c14 _crypto_sign_ed25519_verify_detached(const unsigned char *sig, const unsigned char *m, unsigned long long mlen, const unsigned char *pk, int prehashed) argument
58 crypto_sign_ed25519_verify_detached(const unsigned char *sig, const unsigned char *m, unsigned long long mlen, const unsigned char *pk) argument
67 crypto_sign_ed25519_open(unsigned char *m, unsigned long long *mlen_p, const unsigned char *sm, unsigned long long smlen, const unsigned char *pk) argument
H A Dobsolete.c14 crypto_sign_edwards25519sha512batch_keypair(unsigned char *pk, argument
69 crypto_sign_edwards25519sha512batch_open(unsigned char *m, unsigned long long *mlen_p, const unsigned char *sm, unsigned long long smlen, const unsigned char *pk) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_skey.c60 const unsigned char *pk; local
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/
H A Dcrypto_kx.c13 crypto_kx_seed_keypair(unsigned char pk[crypto_kx_PUBLICKEYBYTES], argument
23 crypto_kx_keypair(unsigned char pk[crypto_kx_PUBLICKEYBYTES], argument
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c53 crypto_sign_ed25519_sk_to_pk(unsigned char *pk, const unsigned char *sk) argument
88 crypto_sign_ed25519ph_final_verify(crypto_sign_ed25519ph_state *state, unsigned char *sig, const unsigned char *pk) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dissuer_setup.c59 TSS_DAA_PK_internal *pk; local
H A Dkey_verification.c38 TSS_DAA_PK *pk; local

Completed in 309 milliseconds

1234567