Home
last modified time | relevance | path

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

12345

/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/tensorflow/tensorflow/core/tpu/
Dtpu_embedding_optimization_parameters_utils.cc22 string GetOptimizationAlgorithmName(OptimizationAlgorithm alg) { in GetOptimizationAlgorithmName()
50 string GetOptimizationAlgorithmFriendlyName(OptimizationAlgorithm alg) { in GetOptimizationAlgorithmFriendlyName()
81 Status GetBaseAuxiliaryParameterCount(OptimizationAlgorithm alg, int* count) { in GetBaseAuxiliaryParameterCount()
119 Status GetGradientAccumulationSupport(OptimizationAlgorithm alg, in GetGradientAccumulationSupport()
155 OptimizationAlgorithm alg, bool use_gradient_accumulation, in GetOptimizationAlgorithmStateVariables()
/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/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/ltp/lib/
Dtst_crypto.c80 const struct crypto_user_alg *alg) in tst_crypto_add_alg()
96 const struct crypto_user_alg *alg) in tst_crypto_del_alg()
/external/fsverity-utils/
Dhash_algs.c72 openssl_digest_ctx_create(const struct fsverity_hash_alg *alg, const EVP_MD *md) in openssl_digest_ctx_create()
97 static struct hash_ctx *create_sha256_ctx(const struct fsverity_hash_alg *alg) in create_sha256_ctx()
102 static struct hash_ctx *create_sha512_ctx(const struct fsverity_hash_alg *alg) in create_sha512_ctx()
148 static struct hash_ctx *create_crc32c_ctx(const struct fsverity_hash_alg *alg) in create_crc32c_ctx()
Dhash_algs.h19 const struct fsverity_hash_alg *alg; member
37 static inline struct hash_ctx *hash_create(const struct fsverity_hash_alg *alg) in hash_create()
/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/epid-sdk/example/util/src/
Dconvutil.c36 char const* HashAlgToString(HashAlg alg) { in HashAlgToString()
42 bool StringToHashAlg(char const* str, HashAlg* alg) { in StringToHashAlg()
/external/tensorflow/tensorflow/core/ops/
Dtpu_embedding_ops.cc77 tpu::OptimizationAlgorithm alg, bool is_debug_op, in RegisterPerTableLoadOpsForAlgorithmBody()
193 tpu::OptimizationAlgorithm alg, bool is_debug_op, in RegisterPerTableRetrieveOpsForAlgorithmBody()
290 for (tpu::OptimizationAlgorithm alg : tpu::GetOptimizationAlgorithms()) { in RegisterPerTableLoadAndRetrieveOps() local
307 for (tpu::OptimizationAlgorithm alg : tpu::GetOptimizationAlgorithms()) { in RegisterPerTableLoadAndRetrieveOps() local
/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops.cc46 Algorithm alg, int64 output_size, in UpdateVariableAndFill()
103 bool read_alg_from_state, Algorithm alg) { in ComputeImpl()
141 auto alg = alg_tensor.flat<Algorithm>()(0); in Compute() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DUnsupportedCompressionAlgorithmException.java34 public UnsupportedCompressionAlgorithmException(final String alg) { in UnsupportedCompressionAlgorithmException()
/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/boringssl/src/ssl/
Dssl_privkey.cc148 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in pkey_supports_algorithm() local
179 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in setup_ctx() local
294 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in ssl_private_key_supports_signature_algorithm() local
471 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in SSL_get_signature_algorithm_key_type() local
476 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in SSL_get_signature_algorithm_digest() local
484 const SSL_SIGNATURE_ALGORITHM *alg = get_signature_algorithm(sigalg); in SSL_is_signature_algorithm_rsa_pss() local
/external/strace/tests-mx32/
Dnetlink_crypto.c101 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.c101 struct crypto_user_alg alg = { in test_crypto_msg_newalg() local
/external/strace/tests-m32/
Dnetlink_crypto.c101 struct crypto_user_alg alg = { in test_crypto_msg_newalg() local

12345