OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AES_ofb128_encrypt
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/aes/
mode_wrappers.c
97
void
AES_ofb128_encrypt
(const uint8_t *in, uint8_t *out, size_t length,
/external/boringssl/src/include/openssl/
aes.h
127
/*
AES_ofb128_encrypt
encrypts (or decrypts, it's the same in OFB mode) |len|
130
OPENSSL_EXPORT void
AES_ofb128_encrypt
(const uint8_t *in, uint8_t *out,
Completed in 175 milliseconds