Home
last modified time | relevance | path

Searched defs:sk (Results 1 – 25 of 96) sorted by relevance

1234

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c19 unsigned char *sk, in crypto_box_curve25519xchacha20poly1305_seed_keypair()
33 unsigned char *sk) in crypto_box_curve25519xchacha20poly1305_keypair()
43 const unsigned char *sk) in crypto_box_curve25519xchacha20poly1305_beforenm()
66 const unsigned char *sk) in crypto_box_curve25519xchacha20poly1305_detached()
100 const unsigned char *n, const unsigned char *pk, const unsigned char *sk) in crypto_box_curve25519xchacha20poly1305_easy()
123 const unsigned char *sk) in crypto_box_curve25519xchacha20poly1305_open_detached()
154 const unsigned char *n, const unsigned char *pk, const unsigned char *sk) in crypto_box_curve25519xchacha20poly1305_open_easy()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/
H A Dcrypto_sign.c47 crypto_sign_seed_keypair(unsigned char *pk, unsigned char *sk, in crypto_sign_seed_keypair()
54 crypto_sign_keypair(unsigned char *pk, unsigned char *sk) in crypto_sign_keypair()
62 const unsigned char *sk) in crypto_sign()
78 const unsigned char *sk) in crypto_sign_detached()
105 unsigned long long *siglen_p, const unsigned char *sk) in crypto_sign_final_create()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
H A Dcrypto_box.c65 crypto_box_seed_keypair(unsigned char *pk, unsigned char *sk, in crypto_box_seed_keypair()
72 crypto_box_keypair(unsigned char *pk, unsigned char *sk) in crypto_box_keypair()
79 const unsigned char *sk) in crypto_box_beforenm()
103 const unsigned char *pk, const unsigned char *sk) in crypto_box()
111 const unsigned char *pk, const unsigned char *sk) in crypto_box_open()
H A Dcrypto_box_easy.c24 const unsigned char *sk) in crypto_box_detached()
54 const unsigned char *pk, const unsigned char *sk) in crypto_box_easy()
77 const unsigned char *pk, const unsigned char *sk) in crypto_box_open_detached()
107 const unsigned char *pk, const unsigned char *sk) in crypto_box_open_easy()
H A Dcrypto_box_seal.c49 const unsigned char *pk, const unsigned char *sk) in crypto_box_seal_open()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xsalsa20poly1305/
H A Dbox_curve25519xsalsa20poly1305.c13 unsigned char *sk, in crypto_box_curve25519xsalsa20poly1305_seed_keypair()
27 unsigned char *sk) in crypto_box_curve25519xsalsa20poly1305_keypair()
37 const unsigned char *sk) in crypto_box_curve25519xsalsa20poly1305_beforenm()
73 const unsigned char *sk) in crypto_box_curve25519xsalsa20poly1305()
90 const unsigned char *n, const unsigned char *pk, const unsigned char *sk) in crypto_box_curve25519xsalsa20poly1305_open()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c45 crypto_sign_ed25519_sk_to_seed(unsigned char *seed, const unsigned char *sk) in crypto_sign_ed25519_sk_to_seed()
53 crypto_sign_ed25519_sk_to_pk(unsigned char *pk, const unsigned char *sk) in crypto_sign_ed25519_sk_to_pk()
78 const unsigned char *sk) in crypto_sign_ed25519ph_final_create()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
H A Dsign.c67 const unsigned char *sk, int prehashed) in _crypto_sign_ed25519_detached()
115 const unsigned char *sk) in crypto_sign_ed25519_detached()
123 const unsigned char *sk) in crypto_sign_ed25519()
H A Dkeypair.c13 crypto_sign_ed25519_seed_keypair(unsigned char *pk, unsigned char *sk, in crypto_sign_ed25519_seed_keypair()
37 crypto_sign_ed25519_keypair(unsigned char *pk, unsigned char *sk) in crypto_sign_ed25519_keypair()
H A Dobsolete.c15 unsigned char *sk) in crypto_sign_edwards25519sha512batch_keypair()
35 const unsigned char *sk) in crypto_sign_edwards25519sha512batch()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsk-usbhid.c137 struct sk_usbhid *sk; in sk_open() local
171 sk_close(struct sk_usbhid *sk) in sk_close()
274 sk_try(const struct sk_usbhid *sk, const char *application, in sk_try()
364 struct sk_usbhid **skv, *sk; in sk_select_by_cred() local
396 struct sk_usbhid **skv, *sk; in sk_select_by_touch() local
444 struct sk_usbhid *sk; in sk_probe() local
717 struct sk_usbhid *sk = NULL; in sk_enroll() local
1025 struct sk_usbhid *sk = NULL; in sk_sign() local
1121 read_rks(struct sk_usbhid *sk, const char *pin, in read_rks()
1295 struct sk_usbhid *sk = NULL; in sk_load_resident_keys() local
H A Dxmss_wots.c107 void wots_pkgen(unsigned char *pk, const unsigned char *sk, const wots_params *params, const unsign… in wots_pkgen()
118 int wots_sign(unsigned char *sig, const unsigned char *msg, const unsigned char *sk, const wots_par… in wots_sign()
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_gpsk_common.c113 u8 *sk, size_t sk_len, in eap_gpsk_derive_keys_helper()
191 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, in eap_gpsk_derive_keys_aes()
228 u8 *sk, size_t *sk_len) in eap_gpsk_derive_keys_sha256()
284 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, in eap_gpsk_derive_keys()
500 static int eap_gpsk_compute_mic_aes(const u8 *sk, size_t sk_len, in eap_gpsk_compute_mic_aes()
524 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, in eap_gpsk_compute_mic()
/netbsd-src/sys/dev/ic/
H A Dns8477reg.h110 #define FDC_CMD_READ_DATA(mt,mfm,sk) (0x06|mt|mfm|sk) argument
115 #define FDC_CMD_READ_DEL_DATA(mt,mfm,sk) (0x0c|mt|mfm|sk) argument
120 #define FDC_CMD_SCAN_EQUAL(mt,mfm,sk) (0x11|mt|mfm|sk) argument
124 #define FDC_CMD_VERIFY(mt,mfm,sk) (0x16|mt|mfm|sk) argument
126 #define FDC_CMD_SCAN_LO_EQUAL(mt,mfm,sk) (0x19|mt|mfm|sk) argument
127 #define FDC_CMD_SCAN_HI_EQUAL(mt,mfm,sk) (0x1d|mt|mfm|sk) argument
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dsign.c11 const unsigned char sk[crypto_sign_SEEDBYTES]; member
1077 unsigned char sk[crypto_sign_SECRETKEYBYTES]; in main() local
H A Dbox_seed.c15 unsigned char sk[32]; in main() local
H A Dbox_seal.c9 unsigned char sk[crypto_box_SECRETKEYBYTES]; in main() local
/netbsd-src/external/bsd/libfido2/dist/src/
H A Decdh.c116 do_ecdh(const fido_dev_t *dev, const es256_sk_t *sk, const es256_pk_t *pk, in do_ecdh()
170 es256_sk_t *sk = NULL; /* our private key */ in fido_do_ecdh() local
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dtoken.cpp88 void token_info::set(token_type t, const char *sk, const char *oc) in set()
157 const char *sk = 0, const char *oc = 0) in store_token()
282 const char *sk = 0) in init_two_char_letter()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_doit.c1081 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute()
1090 ASN1_OCTET_STRING *PKCS7_digest_from_attributes(STACK_OF(X509_ATTRIBUTE) *sk) in PKCS7_digest_from_attributes()
1098 int PKCS7_set_signed_attributes(PKCS7_SIGNER_INFO *p7si, in PKCS7_set_signed_attributes()
1117 int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si, in PKCS7_set_attributes()
1148 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_cmp.c193 int X509_add_cert(STACK_OF(X509) *sk, X509 *cert, int flags) in X509_add_cert()
227 int X509_add_certs(STACK_OF(X509) *sk, STACK_OF(X509) *certs, int flags) in X509_add_certs()
348 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, const X509_NAME *name, in X509_find_by_issuer_and_serial()
368 X509 *X509_find_by_subject(STACK_OF(X509) *sk, const X509_NAME *name) in X509_find_by_subject()
H A Dx509_v3.c41 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, in X509v3_get_ext_by_OBJ()
61 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, in X509v3_get_ext_by_critical()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_v3.c38 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, in X509v3_get_ext_by_OBJ()
58 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, in X509v3_get_ext_by_critical()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/stack/
H A Dstack.c32 OPENSSL_sk_compfunc OPENSSL_sk_set_cmp_func(OPENSSL_STACK *sk, in OPENSSL_sk_set_cmp_func()
44 OPENSSL_STACK *OPENSSL_sk_dup(const OPENSSL_STACK *sk) in OPENSSL_sk_dup()
80 OPENSSL_STACK *OPENSSL_sk_deep_copy(const OPENSSL_STACK *sk, in OPENSSL_sk_deep_copy()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/stack/
H A Dstack.c34 OPENSSL_sk_compfunc OPENSSL_sk_set_cmp_func(OPENSSL_STACK *sk, OPENSSL_sk_compfunc c) in OPENSSL_sk_set_cmp_func()
45 OPENSSL_STACK *OPENSSL_sk_dup(const OPENSSL_STACK *sk) in OPENSSL_sk_dup()
73 OPENSSL_STACK *OPENSSL_sk_deep_copy(const OPENSSL_STACK *sk, in OPENSSL_sk_deep_copy()

1234