OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_FLG_MALLOCED
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/bn/
bn.c
77
bn->flags =
BN_FLG_MALLOCED
;
95
if (bn->flags &
BN_FLG_MALLOCED
) {
116
should_free = (bn->flags &
BN_FLG_MALLOCED
) != 0;
177
out->flags &= ~
BN_FLG_MALLOCED
;
/external/boringssl/src/include/openssl/
bn.h
[
all
...]
Completed in 37 milliseconds