Home
last modified time | relevance | path

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

1234

/external/openssh/
Ddigest-openssl.c45 int alg; member
68 ssh_digest_by_alg(int alg) in ssh_digest_by_alg()
82 int alg; in ssh_digest_alg_by_name() local
92 ssh_digest_alg_name(int alg) in ssh_digest_alg_name()
100 ssh_digest_bytes(int alg) in ssh_digest_bytes()
114 ssh_digest_start(int alg) in ssh_digest_start()
183 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory()
201 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) in ssh_digest_buffer()
Ddigest-libc.c44 int alg; member
124 ssh_digest_by_alg(int alg) in ssh_digest_by_alg()
136 int alg; in ssh_digest_alg_by_name() local
146 ssh_digest_alg_name(int alg) in ssh_digest_alg_name()
154 ssh_digest_bytes(int alg) in ssh_digest_bytes()
170 ssh_digest_start(int alg) in ssh_digest_start()
246 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) in ssh_digest_memory()
260 ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen) in ssh_digest_buffer()
Dhmac.c28 int alg; member
37 ssh_hmac_bytes(int alg) in ssh_hmac_bytes()
43 ssh_hmac_start(int alg) in ssh_hmac_start()
/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/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/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/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/libcups/cups/
Dhash.c169 gnutls_digest_algorithm_t alg = GNUTLS_DIG_UNKNOWN; in cupsHashData() local
/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
Dsainfo.c245 delsainfoalg(alg) in delsainfoalg() argument
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c316 enum wpa_alg alg; in wpa_ft_install_ptk() local
544 enum wpa_alg alg; in wpa_ft_process_gtk_subelem() local
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DSecurityAgreeHeader.java71 public void setAlgorithm(String alg) throws ParseException; in setAlgorithm()
DSecurityAgree.java159 public void setAlgorithm(String alg) throws ParseException { in setAlgorithm()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterNameReader.java90 UCharacterName.AlgorithmName alg[] = in read() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterNameReader.java90 UCharacterName.AlgorithmName alg[] = in read() local
/external/vboot_reference/tests/
Dvb20_common2_tests.c200 int alg; in main() local
Dvb21_common2_tests.c304 int alg; in main() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_openbsd.c71 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, in wpa_driver_openbsd_set_key()

1234