Searched refs:esk (Results 1 – 2 of 2) sorted by relevance
35 unsigned char esk[crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES]; in crypto_box_curve25519xchacha20poly1305_seal() local38 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()
29 unsigned char esk[crypto_box_SECRETKEYBYTES]; in crypto_box_seal() local32 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()