Searched refs:aead_state (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A De_chacha20poly1305.c94 ctx->aead_state = c20_ctx;
101 struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state;
135 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state;
191 const struct aead_chacha20_poly1305_ctx *c20_ctx = ctx->aead_state;
H A De_aes.c1362 ctx->aead_state = gcm_ctx;
1369 struct aead_aes_128_gcm_ctx *gcm_ctx = ctx->aead_state;
1380 const struct aead_aes_128_gcm_ctx *gcm_ctx = ctx->aead_state;
1419 const struct aead_aes_128_gcm_ctx *gcm_ctx = ctx->aead_state;
H A Devp.h1287 /* aead_state is an opaque pointer to whatever state the AEAD needs to
1289 void *aead_state; member in struct:evp_aead_ctx_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Devp.h1287 /* aead_state is an opaque pointer to whatever state the AEAD needs to
1289 void *aead_state; member in struct:evp_aead_ctx_st

Completed in 123 milliseconds