OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DES_ede3_cbc_encrypt
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
CryptTdes.c
289
DES_ede3_cbc_encrypt
(
357
DES_ede3_cbc_encrypt
(
/external/boringssl/src/include/openssl/
des.h
119
//
DES_ede3_cbc_encrypt
encrypts (or decrypts, if |enc| is |DES_DECRYPT|) |len|
122
OPENSSL_EXPORT void
DES_ede3_cbc_encrypt
(const uint8_t *in, uint8_t *out,
/external/boringssl/src/fipstools/
test_fips.c
143
DES_ede3_cbc_encrypt
(kPlaintext, output, sizeof(kPlaintext), &des1, &des2,
152
DES_ede3_cbc_encrypt
(output, output, sizeof(kPlaintext), &des1,
/external/boringssl/src/crypto/fipsmodule/cipher/
e_des.c
153
DES_ede3_cbc_encrypt
(in, out, in_len, &dat->ks.ks[0], &dat->ks.ks[1],
/external/boringssl/src/crypto/fipsmodule/des/
des.c
658
void
DES_ede3_cbc_encrypt
(const uint8_t *in, uint8_t *out, size_t len,
763
DES_ede3_cbc_encrypt
(in, out, len, ks1, ks2, ks1, ivec, enc);
/external/boringssl/src/crypto/fipsmodule/self_check/
self_check.c
452
DES_ede3_cbc_encrypt
(kPlaintext, output, sizeof(kPlaintext), &des1, &des2,
461
DES_ede3_cbc_encrypt
(kDESCiphertext, output, sizeof(kDESCiphertext), &des1,
Completed in 193 milliseconds