Searched refs:pk1 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c11 const unsigned char *pk1, const unsigned char *pk2)
16 crypto_generichash_update(&st, pk1, crypto_box_PUBLICKEYBYTES);
10 _crypto_box_seal_nonce(unsigned char *nonce, const unsigned char *pk1, const unsigned char *pk2) argument
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_seal_curve25519xchacha20poly1305.c11 const unsigned char *pk1,
18 crypto_generichash_update(&st, pk1,
10 _crypto_box_curve25519xchacha20poly1305_seal_nonce(unsigned char *nonce, const unsigned char *pk1, const unsigned char *pk2) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dsections.d57 0+015 <pk1>:
H A Dsections.s52 .global pk1, pk2, pk3, endpk1, endpk2, endpk3
53 pk1: .space 20 label
/netbsd-current/external/bsd/libfido2/dist/regress/
H A Dassert.c580 rs256_pk_t *pk1, *pk2; local
583 pk1 = alloc_rs256_pk();
586 assert(rs256_pk_from_ptr(pk1, rs256_pk, sizeof(rs256_pk)) == FIDO_OK);
587 assert((pkey = rs256_pk_to_EVP_PKEY(pk1)) != NULL);
589 assert(memcmp(pk1, pk2, sizeof(*pk1)) == 0);
591 free_rs256_pk(pk1);
600 es256_pk_t *pk1, *pk2; local
603 pk1 = alloc_es256_pk();
606 assert(es256_pk_from_ptr(pk1, es256_p
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dkeymgmt_lib.c355 int evp_keymgmt_util_match(EVP_PKEY *pk1, EVP_PKEY *pk2, int selection) argument
360 if (pk1 == NULL || pk2 == NULL) {
361 if (pk1 == NULL && pk2 == NULL)
366 keymgmt1 = pk1->keymgmt;
367 keydata1 = pk1->keydata;
403 evp_keymgmt_util_export_to_provider(pk1, keymgmt2,
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc1101 const dedupe_key *pk1 = *(const dedupe_key * const *)p1; local
1104 location_t loc1 = pk1->get_location ();
1109 if (int cmp = ((int)pk1->m_sd.get_epath_length ()
1112 if (int cmp = strcmp (pk1->m_sd.m_d->get_kind (),
H A Dstore.cc170 const binding_key * const *pk1 = (const binding_key * const *)p1; local
172 return cmp (*pk1, *pk2);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc241 const dedupe_key *pk1 = *(const dedupe_key * const *)p1; local
244 location_t loc1 = pk1->get_location ();
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h794 int evp_keymgmt_util_match(EVP_PKEY *pk1, EVP_PKEY *pk2, int selection);

Completed in 155 milliseconds