HomeSort by: relevance | last modified time | path
    Searched refs:crypto_aead_aes256gcm_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_aes256gcm.h 59 typedef CRYPTO_ALIGN(16) unsigned char crypto_aead_aes256gcm_state[512];
114 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_)
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 488 crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_,
510 const crypto_aead_aes256gcm_state *ctx_)
629 const crypto_aead_aes256gcm_state *ctx_)
648 const crypto_aead_aes256gcm_state *ctx_)
805 const crypto_aead_aes256gcm_state *ctx_)
837 CRYPTO_ALIGN(16) crypto_aead_aes256gcm_state ctx;
843 (const crypto_aead_aes256gcm_state *) &ctx);
857 CRYPTO_ALIGN(16) crypto_aead_aes256gcm_state ctx;
864 (const crypto_aead_aes256gcm_state *) &ctx);
881 CRYPTO_ALIGN(16) crypto_aead_aes256gcm_state ctx
    [all...]
  /src/sys/external/isc/libsodium/dist/test/default/
aead_aes256gcm.c 3238 assert(crypto_aead_aes256gcm_statebytes() >= sizeof(crypto_aead_aes256gcm_state));

Completed in 15 milliseconds