OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secret
(Results
51 - 75
of
301
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/crypto/src/main/java/javax/crypto/
KeyGeneratorSpi.java
39
* Generates a
secret
key.
41
* @return the generated
secret
key.
/external/dropbear/libtomcrypt/src/encauth/eax/
eax_encrypt_authenticate_memory.c
23
@param key The
secret
key to use
24
@param keylen The length of the
secret
key (octets)
/external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_init.c
24
@param key The
secret
key
25
@param keylen The length of the
secret
key
/external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_decrypt_verify_memory.c
23
@param key The
secret
key
24
@param keylen The length of the
secret
key (octets)
ocb_encrypt_authenticate_memory.c
23
@param key The
secret
key
24
@param keylen The length of the
secret
key (octets)
/external/dropbear/libtomcrypt/src/mac/f9/
f9_memory_multi.c
24
@param key The
secret
key
25
@param keylen The length of the
secret
key (octets)
/external/dropbear/libtomcrypt/src/mac/hmac/
hmac_file.c
24
@param key The
secret
key
25
@param keylen The length of the
secret
key
hmac_init.c
26
@param key The
secret
key
27
@param keylen The length of the
secret
key (octets)
hmac_memory.c
23
@param key The
secret
key
24
@param keylen The length of the
secret
key (octets)
hmac_memory_multi.c
24
@param key The
secret
key
25
@param keylen The length of the
secret
key (octets)
/external/dropbear/libtomcrypt/src/mac/omac/
omac_memory.c
23
@param key The
secret
key
24
@param keylen The length of the
secret
key (octets)
omac_memory_multi.c
24
@param key The
secret
key
25
@param keylen The length of the
secret
key (octets)
/external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory_multi.c
24
@param key The
secret
key
25
@param keylen The length of the
secret
key (octets)
/external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_init.c
23
@param key [in]
Secret
key
24
@param keylen Length of
secret
key in octets
xcbc_memory_multi.c
24
@param key The
secret
key
25
@param keylen The length of the
secret
key (octets)
/external/dropbear/libtomcrypt/src/modes/ctr/
ctr_start.c
25
@param key The
secret
key
26
@param keylen The length of the
secret
key (octets)
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
SecretKeySpec.java
33
* A key specification for a <code>SecretKey</code> and also a
secret
key
34
* implementation that is provider-independent. It can be used for raw
secret
138
* Returns the encoded form of this
secret
key.
140
* @return the encoded form of this
secret
key.
/dalvik/libcore/security/src/main/java/java/security/
KeyRep.java
95
* <li> {@code Type.
SECRET
} | "RAW" : returns a {@link SecretKeySpec}
110
case
SECRET
:
171
* Type for
secret
keys.
173
SECRET
,
/external/dbus/dbus/
dbus-keyring.h
2
/* dbus-keyring.h Store
secret
cookies in your homedir
/external/e2fsprogs/tests/f_dup4/
script
4
echo "/ Murphy Magic. The
SeCrEt
of the UnIvErSe is 43, NOT 42" > $TEST_DATA
/external/ppp/pppd/plugins/
passwordfd.c
54
error ("Can't read
secret
from fd\n");
/external/wpa_supplicant/
eap_pax_common.c
25
* @key:
Secret
key (X)
26
* @key_len: Length of the
secret
key in bytes
79
* @key:
Secret
key
80
* @key_len: Length of the
secret
key in bytes
sha1.h
28
int tls_prf(const u8 *
secret
, size_t secret_len, const char *label,
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.h
28
int __must_check tls_prf(const u8 *
secret
, size_t secret_len,
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_pax_common.c
25
* @key:
Secret
key (X)
26
* @key_len: Length of the
secret
key in bytes
79
* @key:
Secret
key
80
* @key_len: Length of the
secret
key in bytes
Completed in 166 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>