OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CKM_AES_CBC_PAD
(Results
1 - 2
of
2
) sorted by null
/external/chromium/crypto/
encryptor_nss.cc
35
slot_.reset(PK11_GetBestSlot(
CKM_AES_CBC_PAD
, NULL));
45
param_.reset(PK11_ParamFromIV(
CKM_AES_CBC_PAD
, &iv_item));
53
ScopedPK11Context context(PK11_CreateContextBySymKey(
CKM_AES_CBC_PAD
,
91
ScopedPK11Context context(PK11_CreateContextBySymKey(
CKM_AES_CBC_PAD
,
/external/openssh/
pkcs11.h
671
#define
CKM_AES_CBC_PAD
(0x1085)
[
all
...]
Completed in 274 milliseconds