HomeSort by relevance Sort by last modified time
    Searched refs:cipher (Results 126 - 150 of 331) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/apps/
genpkey.c 82 const EVP_CIPHER *cipher = NULL; local
180 cipher = EVP_get_cipherbyname(*args + 1);
181 if (!cipher)
183 BIO_printf(bio_err, "Unknown cipher %s\n",
204 BIO_printf(bio_err, "-<cipher> use cipher <cipher> to encrypt the key\n");
269 rv = PEM_write_bio_PrivateKey(out, pkey, cipher, NULL, 0,
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_info.c 76 ret->enc_cipher.cipher=NULL;
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
p5_crpt2.c 179 const EVP_CIPHER *cipher; local
207 cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
209 if(!cipher) {
215 /* Fixup cipher based on AlgorithmIdentifier */
216 if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de))
evp.h 322 /* Values for cipher flags */
336 /* Set if variable length cipher */
338 /* Set if the iv handling should be done by the cipher itself */
340 /* Set if the cipher's init() function should be called if key is NULL */
342 /* Call ctrl() to init cipher parameters */
348 /* cipher handles random key generation */
350 /* cipher has its own additional copying logic */
358 /* Allow non FIPS cipher in FIPS mode */
360 /* Cipher handles any and all padding logic as well
387 /* AEAD cipher deduces payload length and returns number of byte
407 const EVP_CIPHER *cipher; member in struct:evp_cipher_info_st
413 const EVP_CIPHER *cipher; member in struct:evp_cipher_ctx_st
    [all...]
evp_locl.h 59 /* Macros to code block cipher wrappers */
61 /* Wrapper functions for each cipher mode */
65 bl = ctx->cipher->block_size;\
257 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len) \
258 BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \
259 BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \
260 NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
261 0, cipher##_init_key, NULL, \
  /external/chromium_org/third_party/webrtc/base/
nssstreamadapter.h 74 virtual bool GetDtlsSrtpCipher(std::string* cipher);
104 std::vector<PRUint16> srtp_ciphers_; // SRTP cipher list
sslstreamadapter.h 145 virtual bool GetDtlsSrtpCipher(std::string* cipher) {
  /external/openssl/apps/
genpkey.c 82 const EVP_CIPHER *cipher = NULL; local
180 cipher = EVP_get_cipherbyname(*args + 1);
181 if (!cipher)
183 BIO_printf(bio_err, "Unknown cipher %s\n",
204 BIO_printf(bio_err, "-<cipher> use cipher <cipher> to encrypt the key\n");
269 rv = PEM_write_bio_PrivateKey(out, pkey, cipher, NULL, 0,
  /external/openssl/crypto/asn1/
x_info.c 76 ret->enc_cipher.cipher=NULL;
  /external/openssl/crypto/evp/
p5_crpt2.c 201 const EVP_CIPHER *cipher; local
229 cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
231 if(!cipher) {
237 /* Fixup cipher based on AlgorithmIdentifier */
238 if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de))
evp.h 322 /* Values for cipher flags */
336 /* Set if variable length cipher */
338 /* Set if the iv handling should be done by the cipher itself */
340 /* Set if the cipher's init() function should be called if key is NULL */
342 /* Call ctrl() to init cipher parameters */
348 /* cipher handles random key generation */
350 /* cipher has its own additional copying logic */
358 /* Allow non FIPS cipher in FIPS mode */
360 /* Cipher handles any and all padding logic as well
387 /* AEAD cipher deduces payload length and returns number of byte
407 const EVP_CIPHER *cipher; member in struct:evp_cipher_info_st
413 const EVP_CIPHER *cipher; member in struct:evp_cipher_ctx_st
    [all...]
evp_locl.h 59 /* Macros to code block cipher wrappers */
61 /* Wrapper functions for each cipher mode */
65 bl = ctx->cipher->block_size;\
257 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len) \
258 BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \
259 BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \
260 NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
261 0, cipher##_init_key, NULL, \
  /external/wpa_supplicant_8/src/drivers/
driver_wext.h 78 int wpa_driver_wext_cipher2wext(int cipher);
  /external/wpa_supplicant_8/src/tls/
tlsv1_common.h 216 tls_cipher cipher; member in struct:tls_cipher_suite
226 tls_cipher cipher; member in struct:tls_cipher_data
249 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher);
250 int tls_server_key_exchange_allowed(tls_cipher cipher);
  /external/wpa_supplicant_8/src/common/
wpa_common.h 255 * Management Group Cipher Suite (4 octets) (default: AES-128-CMAC)
378 const char * wpa_cipher_txt(int cipher);
409 int wpa_cipher_key_len(int cipher);
410 int wpa_cipher_rsc_len(int cipher);
411 int wpa_cipher_to_alg(int cipher);
412 int wpa_cipher_valid_pairwise(int cipher);
413 int wpa_cipher_valid_mgmt_group(int cipher);
414 u32 wpa_cipher_to_suite(int proto, int cipher);
  /external/chromium_org/third_party/libxslt/libexslt/
crypto.c 378 gcry_cipher_hd_t cipher; local
383 rc = gcry_cipher_open (&cipher, GCRY_CIPHER_ARCFOUR,
392 rc = gcry_cipher_setkey (cipher, key, RC4_KEY_LENGTH);
400 rc = gcry_cipher_encrypt (cipher, (unsigned char *) dest, destlen,
409 gcry_cipher_close (cipher);
417 gcry_cipher_hd_t cipher; local
422 rc = gcry_cipher_open (&cipher, GCRY_CIPHER_ARCFOUR,
431 rc = gcry_cipher_setkey (cipher, key, RC4_KEY_LENGTH);
439 rc = gcry_cipher_decrypt (cipher, (unsigned char *) dest, destlen,
448 gcry_cipher_close (cipher);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
evp.h 322 /* Values for cipher flags */
336 /* Set if variable length cipher */
338 /* Set if the iv handling should be done by the cipher itself */
340 /* Set if the cipher's init() function should be called if key is NULL */
342 /* Call ctrl() to init cipher parameters */
348 /* cipher handles random key generation */
350 /* cipher has its own additional copying logic */
358 /* Allow non FIPS cipher in FIPS mode */
360 /* Cipher handles any and all padding logic as well
387 /* AEAD cipher deduces payload length and returns number of byte
407 const EVP_CIPHER *cipher; member in struct:evp_cipher_info_st
413 const EVP_CIPHER *cipher; member in struct:evp_cipher_ctx_st
    [all...]
krb5_asn.h 79 ** cipher[2] OCTET STRING -- ciphertext
86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
  /external/openssl/include/openssl/
evp.h 322 /* Values for cipher flags */
336 /* Set if variable length cipher */
338 /* Set if the iv handling should be done by the cipher itself */
340 /* Set if the cipher's init() function should be called if key is NULL */
342 /* Call ctrl() to init cipher parameters */
348 /* cipher handles random key generation */
350 /* cipher has its own additional copying logic */
358 /* Allow non FIPS cipher in FIPS mode */
360 /* Cipher handles any and all padding logic as well
387 /* AEAD cipher deduces payload length and returns number of byte
407 const EVP_CIPHER *cipher; member in struct:evp_cipher_info_st
413 const EVP_CIPHER *cipher; member in struct:evp_cipher_ctx_st
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 40 * @param cipher
43 AsymmetricBlockCipher cipher)
45 this.engine = cipher;
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 112 virtual bool GetDtlsSrtpCipher(std::string* cipher);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 108 // Finds out which DTLS-SRTP cipher was negotiated
109 virtual bool GetSrtpCipher(std::string* cipher) = 0;
transportchannelproxy.h 77 virtual bool GetSrtpCipher(std::string* cipher);
  /external/chromium_org/third_party/openssl/openssl/crypto/krb5/
krb5_asn.h 79 ** cipher[2] OCTET STRING -- ciphertext
86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_info.c 241 EVP_CIPHER_INFO cipher; local
243 if (!PEM_get_EVP_CIPHER_INFO(header,&cipher))
245 if (!PEM_do_header(&cipher,data,&len,cb,u))
359 EVP_CIPHER_nid(xi->enc_cipher.cipher));

Completed in 598 milliseconds

1 2 3 4 56 7 8 91011>>