OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_CTRL_COPY
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/decrepit/xts/
xts.c
225
if (type ==
EVP_CTRL_COPY
) {
/external/boringssl/src/include/openssl/
cipher.h
369
* with |
EVP_CTRL_COPY
| at the end of normal |EVP_CIPHER_CTX_copy|
426
#define
EVP_CTRL_COPY
0x8
/external/boringssl/src/crypto/cipher/
cipher.c
141
return in->cipher->ctrl((EVP_CIPHER_CTX *)in,
EVP_CTRL_COPY
, 0, out);
e_aes.c
615
case
EVP_CTRL_COPY
: {
[
all
...]
Completed in 54 milliseconds