OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aes_ctx
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
cipher-ctr.c
39
AES_KEY
aes_ctx
;
member in struct:ssh_aes_ctr_ctx
73
AES_encrypt(c->aes_counter, buf, &c->
aes_ctx
);
94
&c->
aes_ctx
);
/external/boringssl/src/crypto/cipher_extra/
e_aesctrhmac.c
73
struct aead_aes_ctr_hmac_sha256_ctx *
aes_ctx
=
local
97
aes_ctx
->ctr =
98
aes_ctr_set_key(&
aes_ctx
->ks.ks, NULL, &
aes_ctx
->block, key, aes_key_len);
100
hmac_init(&
aes_ctx
->inner_init_state, &
aes_ctx
->outer_init_state,
153
const struct aead_aes_ctr_hmac_sha256_ctx *
aes_ctx
, uint8_t *out,
165
if (
aes_ctx
->ctr) {
166
CRYPTO_ctr128_encrypt_ctr32(in, out, len, &
aes_ctx
->ks.ks, counter,
168
aes_ctx
->ctr)
181
const struct aead_aes_ctr_hmac_sha256_ctx *
aes_ctx
=
local
216
const struct aead_aes_ctr_hmac_sha256_ctx *
aes_ctx
=
local
[
all
...]
Completed in 1570 milliseconds