/external/scapy/scapy/layers/tls/ |
D | tools.py | 34 def _tls_compress(alg, p): argument 46 def _tls_decompress(alg, c): argument 58 def _tls_mac_add(alg, c, write_seq_num): argument 71 def _tls_mac_verify(alg, p, read_seq_num): argument 139 def _tls_encrypt(alg, p): argument 153 def _tls_decrypt(alg, c): argument 165 def _tls_aead_auth_encrypt(alg, p, write_seq_num): argument 186 def _tls_aead_auth_decrypt(alg, c, read_seq_num): argument
|
/external/tpm2/ |
D | CryptSelfTest.c | 25 TPM_ALG_ID alg; in CryptRunSelfTests() local 96 TPM_ALG_ID alg; in CryptIncrementalSelfTest() local 104 TPM_ALG_ID alg = toTest->algorithms[i]; in CryptIncrementalSelfTest() local 166 TPM_ALG_ID alg, in CryptTestAlgorithm()
|
D | EncryptDecrypt.c | 31 TPM_ALG_ID alg; in TPM2_EncryptDecrypt() local
|
/external/webrtc/webrtc/base/ |
D | messagedigest.cc | 38 MessageDigest* MessageDigestFactory::Create(const std::string& alg) { in Create() 57 bool IsFips180DigestAlgorithm(const std::string& alg) { in IsFips180DigestAlgorithm() 76 size_t ComputeDigest(const std::string& alg, const void* input, size_t in_len, in ComputeDigest() 91 bool ComputeDigest(const std::string& alg, const std::string& input, in ComputeDigest() 101 std::string ComputeDigest(const std::string& alg, const std::string& input) { in ComputeDigest() 146 size_t ComputeHmac(const std::string& alg, const void* key, size_t key_len, in ComputeHmac() 165 bool ComputeHmac(const std::string& alg, const std::string& key, in ComputeHmac() 175 std::string ComputeHmac(const std::string& alg, const std::string& key, in ComputeHmac()
|
/external/boringssl/src/crypto/x509/ |
D | rsa_pss.c | 93 static RSA_PSS_PARAMS *rsa_pss_decode(const X509_ALGOR *alg, in rsa_pss_decode() 157 static const EVP_MD *rsa_algor_to_md(X509_ALGOR *alg) { in rsa_algor_to_md() 170 static const EVP_MD *rsa_mgf1_to_md(X509_ALGOR *alg, X509_ALGOR *maskHash) { in rsa_mgf1_to_md()
|
D | x_algor.c | 126 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
|
/external/boringssl/src/ssl/ |
D | ssl_privkey.cc | 144 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in pkey_supports_algorithm() local 175 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in setup_ctx() local 283 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in ssl_private_key_supports_signature_algorithm() local 446 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in SSL_get_signature_algorithm_key_type() local 451 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in SSL_get_signature_algorithm_digest() local 459 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in SSL_is_signature_algorithm_rsa_pss() local
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal.c | 20 enum crypto_hash_alg alg; member 39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
|
D | crypto_internal-cipher.c | 18 enum crypto_cipher_alg alg; member 43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs5.c | 25 } alg; member 48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) in pkcs5_is_oid() 58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) in enc_alg_is_oid() 67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) in pkcs12_is_pbe_oid()
|
D | tlsv1_client_ocsp.c | 67 static unsigned int ocsp_hash_data(struct asn1_oid *alg, const u8 *data, in ocsp_hash_data() 118 struct x509_algorithm_identifier alg; in tls_process_ocsp_single_response() local 363 struct x509_algorithm_identifier alg; in tls_process_basic_ocsp_response() local
|
/external/wpa_supplicant_8/src/eap_common/ |
D | ikev2_common.c | 56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() 97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() 113 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() 175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() 210 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
|
/external/strace/tests-m32/ |
D | netlink_crypto.c | 103 struct crypto_user_alg alg = { in test_crypto_msg_newalg() local
|
D | nlattr_crypto_user_alg.c | 49 struct crypto_user_alg *const alg = NLMSG_DATA(nlh); in init_crypto_user_alg() local
|
/external/strace/tests/ |
D | netlink_crypto.c | 103 struct crypto_user_alg alg = { in test_crypto_msg_newalg() local
|
D | nlattr_crypto_user_alg.c | 49 struct crypto_user_alg *const alg = NLMSG_DATA(nlh); in init_crypto_user_alg() local
|
/external/strace/tests-mx32/ |
D | netlink_crypto.c | 103 struct crypto_user_alg alg = { in test_crypto_msg_newalg() local
|
D | nlattr_crypto_user_alg.c | 49 struct crypto_user_alg *const alg = NLMSG_DATA(nlh); in init_crypto_user_alg() local
|
/external/nos/test/system-test-harness/src/ |
D | keymaster-import-key-tests.cc | 41 void initRSARequest(ImportKeyRequest *request, Algorithm alg) { in initRSARequest() 48 void initRSARequest(ImportKeyRequest *request, Algorithm alg, int key_size) { in initRSARequest() 59 void initRSARequest(ImportKeyRequest *request, Algorithm alg, int key_size, in initRSARequest() 71 void initRSARequest(ImportKeyRequest *request, Algorithm alg, int key_size, in initRSARequest()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_mlme.c | 23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
|
/external/ipsec-tools/src/racoon/ |
D | sainfo.h | 66 int alg; member
|
/external/libcups/cups/ |
D | hash.c | 188 gnutls_digest_algorithm_t alg = GNUTLS_DIG_UNKNOWN; in cupsHashData() local
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
D | SecurityAgreeHeader.java | 71 public void setAlgorithm(String alg) throws ParseException; in setAlgorithm()
|
/external/vboot_reference/tests/ |
D | vb20_common2_tests.c | 200 int alg; in main() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterNameReader.java | 90 UCharacterName.AlgorithmName alg[] = in read() local
|