Home
last modified time | relevance | path

Searched refs:esk (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_seal_curve25519xchacha20poly1305.c35 unsigned char esk[crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES]; in crypto_box_curve25519xchacha20poly1305_seal() local
38 if (crypto_box_curve25519xchacha20poly1305_keypair(epk, esk) != 0) { in crypto_box_curve25519xchacha20poly1305_seal()
45 nonce, pk, esk); in crypto_box_curve25519xchacha20poly1305_seal()
46 sodium_memzero(esk, sizeof esk); in crypto_box_curve25519xchacha20poly1305_seal()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c29 unsigned char esk[crypto_box_SECRETKEYBYTES]; in crypto_box_seal() local
32 if (crypto_box_keypair(epk, esk) != 0) { in crypto_box_seal()
38 nonce, pk, esk); in crypto_box_seal()
39 sodium_memzero(esk, sizeof esk); in crypto_box_seal()