Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h114 int crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_,
126 const crypto_aead_aes256gcm_state *ctx_);
137 const crypto_aead_aes256gcm_state *ctx_)
150 const crypto_aead_aes256gcm_state *ctx_);
161 const crypto_aead_aes256gcm_state *ctx_)
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c488 crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_, in crypto_aead_aes256gcm_beforenm() argument
491 context *ctx = (context *) ctx_; in crypto_aead_aes256gcm_beforenm()
496 COMPILER_ASSERT((sizeof *ctx_) >= (sizeof *ctx)); in crypto_aead_aes256gcm_beforenm()
513 const context *ctx = (const context *) ctx_; in crypto_aead_aes256gcm_encrypt_detached_afternm()
629 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_encrypt_afternm() argument
651 const context *ctx = (const context *) ctx_; in crypto_aead_aes256gcm_decrypt_detached_afternm()
805 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_decrypt_afternm() argument
814 ad, adlen, npub, ctx_); in crypto_aead_aes256gcm_decrypt_afternm()
976 crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_, in crypto_aead_aes256gcm_beforenm() argument
1001 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_encrypt_afternm() argument
[all …]