/third_party/node/test/parallel/ |
H A D | test-crypto-authenticated.js | 627 algo: 'chacha20-poly1305', global() property [all...] |
/third_party/lzma/C/ |
H A D | LzmaEnc.h | 22 int algo; /* 0 - fast, 1 - normal, default = 1 */
member
|
H A D | Sha256.c | 65 BoolInt Sha256_SetFunction(CSha256 *p, unsigned algo)
in Sha256_SetFunction() argument
|
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | MyAes.cpp | 226 UInt32 algo = 0;
in SetCoderProperties() local
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | core_algorithm.c | 180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name() argument 137 ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER *provider, int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), int (*reserve_store)(int no_store, void *data), void (*fn)(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *data), int (*unreserve_store)(void *data), int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), void *data) ossl_algorithm_do_all() argument
|
H A D | core_fetch.c | 102 ossl_method_construct_this(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *cbdata) ossl_method_construct_this() argument
|
/third_party/openssl/crypto/ |
H A D | core_algorithm.c | 180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name() argument 137 ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER *provider, int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), int (*reserve_store)(int no_store, void *data), void (*fn)(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *data), int (*unreserve_store)(void *data), int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), void *data) ossl_algorithm_do_all() argument
|
H A D | core_fetch.c | 102 ossl_method_construct_this(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *cbdata) ossl_method_construct_this() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_axcorrelate.c | 36 int algo; member
|
/third_party/ffmpeg/libavutil/ |
H A D | encryption_info.c | 163 static void av_encryption_info_set_drm_algo(uint32_t algo, AV_DrmCencInfo *cenc_info) in av_encryption_info_set_drm_algo() argument
|
H A D | encryption_info.h | 56 AV_DrmCencAlgorithm algo; member
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmpv3_mbedtls.c | 52 snmpv3_auth(struct snmp_pbuf_stream *stream, u16_t length, const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out) snmpv3_auth() argument 108 snmpv3_crypt(struct snmp_pbuf_stream *stream, u16_t length, const u8_t *key, const u8_t *priv_param, const u32_t engine_boots, const u32_t engine_time, snmpv3_priv_algo_t algo, snmpv3_priv_mode_t mode) snmpv3_crypt() argument
|
H A D | snmp_snmpv2_usm.c | 60 static const struct snmp_obj_id *snmp_auth_algo_to_oid(snmpv3_auth_algo_t algo) in snmp_auth_algo_to_oid() argument 71 static const struct snmp_obj_id *snmp_priv_algo_to_oid(snmpv3_priv_algo_t algo) in snmp_priv_algo_to_oid() argument
|
H A D | snmp_msg.c | 1787 snmpv3_priv_algo_t algo; in snmp_complete_outbound_frame() local 1805 snmpv3_auth_algo_t algo; in snmp_complete_outbound_frame() local
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
|
/third_party/toybox/lib/ |
H A D | password.c | 12 int get_salt(char *salt, char *algo) in get_salt() argument
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | dct.c | 54 struct algo { struct
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_gnutls.c | 20 static int gnutls_digest_vector(int algo, size_t num_elem, in gnutls_digest_vector() argument 101 static int gnutls_hmac_vector(int algo, const u8 *key, size_t key_len, in gnutls_hmac_vector() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_gnutls.c | 20 static int gnutls_digest_vector(int algo, size_t num_elem, in gnutls_digest_vector() argument 101 static int gnutls_hmac_vector(int algo, const u8 *key, size_t key_len, in gnutls_hmac_vector() argument
|
/third_party/curl/lib/vtls/ |
H A D | gtls.c | 832 unsigned int algo; in Curl_gtls_verifyserver() local
|
H A D | x509asn1.c | 935 do_pubkey(struct Curl_easy *data, int certnum, const char *algo, struct Curl_asn1Element *param, struct Curl_asn1Element *pubkey) do_pubkey() argument
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
H A D | picotls.c | 279 ptls_hash_algorithm_t *algo = md->native_handle; in ngtcp2_crypto_hkdf() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ts.c | 448 X509_ALGOR *algo = NULL; in create_query() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 744 fix_cipher_md(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const char *(*get_name)(void *algo), const void *(*get_algo_by_name)(OSSL_LIB_CTX *libctx, const char *name)) fix_cipher_md() argument
|