HomeSort by relevance Sort by last modified time
    Searched full:evp_cipher (Results 26 - 39 of 39) sorted by null

12

  /external/boringssl/src/crypto/pem/
pem_lib.c 266 void *x, const EVP_CIPHER *enc, unsigned char *kstr,
285 void *x, const EVP_CIPHER *enc, unsigned char *kstr,
435 static const EVP_CIPHER* cipher_by_name(const char *name) {
456 const EVP_CIPHER *enc=NULL;
pem_info.c 312 int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
  /external/tcpdump/
print-esp.c 113 const EVP_CIPHER *evp;
166 EVP_Cipher(&ctx, buf, buf, len);
258 const EVP_CIPHER *evp;
690 EVP_Cipher(&ctx, p + ivlen, p + ivlen, ep - (p + ivlen));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 691 EVP_CIPHER = evp_cipher_st
693 ('cipher', POINTER(EVP_CIPHER)),
700 ('cipher', POINTER(EVP_CIPHER)),
730 EVP_PBE_KEYGEN = CFUNCTYPE(c_int, POINTER(EVP_CIPHER_CTX), STRING, c_int, POINTER(ASN1_TYPE), POINTER(EVP_CIPHER), POINTER(EVP_MD), c_int)
914 ('dec', POINTER(EVP_CIPHER)),
982 ('cipher', POINTER(EVP_CIPHER)),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 691 EVP_CIPHER = evp_cipher_st
693 ('cipher', POINTER(EVP_CIPHER)),
700 ('cipher', POINTER(EVP_CIPHER)),
730 EVP_PBE_KEYGEN = CFUNCTYPE(c_int, POINTER(EVP_CIPHER_CTX), STRING, c_int, POINTER(ASN1_TYPE), POINTER(EVP_CIPHER), POINTER(EVP_MD), c_int)
914 ('dec', POINTER(EVP_CIPHER)),
982 ('cipher', POINTER(EVP_CIPHER)),
    [all...]
  /system/tpm/attestation/common/
crypto_utility_impl.cc 333 const EVP_CIPHER* cipher = EVP_aes_256_cbc();
383 const EVP_CIPHER* cipher = EVP_aes_256_cbc();
  /external/boringssl/src/include/openssl/
base.h 215 typedef struct evp_cipher_st EVP_CIPHER;
x509.h     [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 237 static const EVP_CIPHER * aes_get_evp_cipher(size_t keylen)
257 const EVP_CIPHER *type;
309 const EVP_CIPHER *type;
495 const EVP_CIPHER *cipher;
tls_openssl.c     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1243 evp_crypt(vchar_t *data, vchar_t *key, vchar_t *iv, const EVP_CIPHER *e, int enc)
1314 if (!EVP_Cipher(&ctx, (u_char *) res->v, (u_char *) data->v, data->l)) {
1326 evp_weakkey(vchar_t *key, const EVP_CIPHER *e)
1332 evp_keylen(int len, const EVP_CIPHER *e)
    [all...]
  /system/keymaster/
aes_operation.cpp 257 const EVP_CIPHER* cipher;
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 4598 const EVP_CIPHER* evp_cipher = EVP_get_cipherbyname(algorithmChars.c_str()); local
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 931 milliseconds

12