OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:padding_mode
(Results
1 - 3
of
3
) sorted by null
/system/security/keystore/
keystore_client_impl.cpp
497
keymaster_padding_t
padding_mode
= KM_PAD_NONE;
local
498
if ((!hardware_enforced_characteristics.GetTagValue(keymaster::TAG_PADDING, &
padding_mode
) &&
499
!software_enforced_characteristics.GetTagValue(keymaster::TAG_PADDING, &
padding_mode
)) ||
500
padding_mode
!= KM_PAD_PKCS7) {
/external/boringssl/src/crypto/evp/
p_rsa.c
343
static int is_known_padding(int
padding_mode
) {
344
switch (
padding_mode
) {
/system/keymaster/
android_keymaster_test.cpp
[
all
...]
Completed in 207 milliseconds