OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AES_cfb128_encrypt
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/crypto/aes/
mode_wrappers.c
103
void
AES_cfb128_encrypt
(const uint8_t *in, uint8_t *out, size_t length,
/external/boringssl/src/include/openssl/
aes.h
134
/*
AES_cfb128_encrypt
encrypts (or decrypts, if |enc| == |AES_DECRYPT|) |len|
137
OPENSSL_EXPORT void
AES_cfb128_encrypt
(const uint8_t *in, uint8_t *out,
/system/tpm/trunks/
hmac_authorization_delegate.cc
308
AES_cfb128_encrypt
(reinterpret_cast<const unsigned char*>(parameter->data()),
tpm_utility_impl.cc
[
all
...]
tpm_utility_test.cc
[
all
...]
Completed in 364 milliseconds