Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 25 of 90) sorted by relevance

1234

/external/scapy/scapy/layers/tls/
Dtools.py34 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/
DCryptSelfTest.c25 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()
DEncryptDecrypt.c31 TPM_ALG_ID alg; in TPM2_EncryptDecrypt() local
/external/webrtc/webrtc/base/
Dmessagedigest.cc38 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/
Drsa_pss.c93 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()
Dx_algor.c126 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
/external/boringssl/src/ssl/
Dssl_privkey.cc144 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/
Dcrypto_internal.c20 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()
Dcrypto_internal-cipher.c18 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/
Dpkcs5.c25 } 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()
Dtlsv1_client_ocsp.c67 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/
Dikev2_common.c56 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/
Dnetlink_crypto.c103 struct crypto_user_alg alg = { in test_crypto_msg_newalg() local
Dnlattr_crypto_user_alg.c49 struct crypto_user_alg *const alg = NLMSG_DATA(nlh); in init_crypto_user_alg() local
/external/strace/tests/
Dnetlink_crypto.c103 struct crypto_user_alg alg = { in test_crypto_msg_newalg() local
Dnlattr_crypto_user_alg.c49 struct crypto_user_alg *const alg = NLMSG_DATA(nlh); in init_crypto_user_alg() local
/external/strace/tests-mx32/
Dnetlink_crypto.c103 struct crypto_user_alg alg = { in test_crypto_msg_newalg() local
Dnlattr_crypto_user_alg.c49 struct crypto_user_alg *const alg = NLMSG_DATA(nlh); in init_crypto_user_alg() local
/external/nos/test/system-test-harness/src/
Dkeymaster-import-key-tests.cc41 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/
Dap_mlme.c23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str()
/external/ipsec-tools/src/racoon/
Dsainfo.h66 int alg; member
/external/libcups/cups/
Dhash.c188 gnutls_digest_algorithm_t alg = GNUTLS_DIG_UNKNOWN; in cupsHashData() local
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DSecurityAgreeHeader.java71 public void setAlgorithm(String alg) throws ParseException; in setAlgorithm()
/external/vboot_reference/tests/
Dvb20_common2_tests.c200 int alg; in main() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterNameReader.java90 UCharacterName.AlgorithmName alg[] = in read() local

1234