OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aes_ctr
(Results
1 - 15
of
15
) sorted by null
/external/openssh/
cipher-ctr.c
131
static EVP_CIPHER
aes_ctr
;
local
133
memset(&
aes_ctr
, 0, sizeof(EVP_CIPHER));
134
aes_ctr
.nid = NID_undef;
135
aes_ctr
.block_size = AES_BLOCK_SIZE;
136
aes_ctr
.iv_len = AES_BLOCK_SIZE;
137
aes_ctr
.key_len = 16;
138
aes_ctr
.init = ssh_aes_ctr_init;
139
aes_ctr
.cleanup = ssh_aes_ctr_cleanup;
140
aes_ctr
.do_cipher = ssh_aes_ctr;
142
aes_ctr
.flags = EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_ctr.c
1
/* crypto/aes/
aes_ctr
.c -*- mode:C; c-file-style: "eay" -*- */
/external/openssl/crypto/aes/
aes_ctr.c
1
/* crypto/aes/
aes_ctr
.c -*- mode:C; c-file-style: "eay" -*- */
/external/chromium_org/third_party/openssl/openssl/
Crypto-config.mk
36
crypto/aes/
aes_ctr
.c \
openssl.config
300
crypto/aes/
aes_ctr
.c \
openssl.config.orig
300
crypto/aes/
aes_ctr
.c \
/external/chromium_org/third_party/openssl/
openssl.gypi
22
'openssl/crypto/aes/
aes_ctr
.c',
openssl.target.darwin-arm.mk
39
third_party/openssl/openssl/crypto/aes/
aes_ctr
.c \
[
all
...]
openssl.target.darwin-mips.mk
39
third_party/openssl/openssl/crypto/aes/
aes_ctr
.c \
[
all
...]
openssl.target.darwin-x86.mk
37
third_party/openssl/openssl/crypto/aes/
aes_ctr
.c \
[
all
...]
openssl.target.linux-arm.mk
39
third_party/openssl/openssl/crypto/aes/
aes_ctr
.c \
[
all
...]
openssl.target.linux-mips.mk
39
third_party/openssl/openssl/crypto/aes/
aes_ctr
.c \
[
all
...]
openssl.target.linux-x86.mk
37
third_party/openssl/openssl/crypto/aes/
aes_ctr
.c \
[
all
...]
/external/openssl/
Crypto-config.mk
36
crypto/aes/
aes_ctr
.c \
openssl.config
301
crypto/aes/
aes_ctr
.c \
Completed in 1121 milliseconds