OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSA_FLAG_EXT_PKEY
(Results
1 - 4
of
4
) sorted by null
/system/security/keystore-engine/
rsa_meth.cpp
194
RSA_FLAG_EXT_PKEY
| RSA_FLAG_NO_BLINDING, /* flags */
229
rsa->flags |=
RSA_FLAG_EXT_PKEY
;
android_engine.cpp
220
RSA_FLAG_CACHE_PUBLIC | RSA_FLAG_OPAQUE |
RSA_FLAG_EXT_PKEY
,
/external/boringssl/src/include/openssl/
rsa.h
414
/*
RSA_FLAG_EXT_PKEY
means that private key operations will be handled by
417
#define
RSA_FLAG_EXT_PKEY
0x20
/external/boringssl/src/crypto/rsa/
rsa_impl.c
567
if ((rsa->flags &
RSA_FLAG_EXT_PKEY
) ||
Completed in 82 milliseconds