Home
last modified time | relevance | path

Searched defs:algo (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/test/parallel/
H A Dtest-crypto-authenticated.js627 algo: 'chacha20-poly1305', global() property
[all...]
/third_party/lzma/C/
H A DLzmaEnc.h22 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
H A DSha256.c65 BoolInt Sha256_SetFunction(CSha256 *p, unsigned algo) in Sha256_SetFunction() argument
/third_party/lzma/CPP/7zip/Crypto/
H A DMyAes.cpp226 UInt32 algo = 0; in SetCoderProperties() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dcore_algorithm.c180 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 Dcore_fetch.c102 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 Dcore_algorithm.c180 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 Dcore_fetch.c102 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 Daf_axcorrelate.c36 int algo; member
/third_party/ffmpeg/libavutil/
H A Dencryption_info.c163 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 Dencryption_info.h56 AV_DrmCencAlgorithm algo; member
/third_party/lwip/src/apps/snmp/
H A Dsnmpv3_mbedtls.c52 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 Dsnmp_snmpv2_usm.c60 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 Dsnmp_msg.c1787 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 Dcmp_protect.c229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
/third_party/openssl/crypto/cmp/
H A Dcmp_protect.c229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
/third_party/toybox/lib/
H A Dpassword.c12 int get_salt(char *salt, char *algo) in get_salt() argument
/third_party/ffmpeg/libavcodec/tests/
H A Ddct.c54 struct algo { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_gnutls.c20 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 Dcrypto_gnutls.c20 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 Dgtls.c832 unsigned int algo; in Curl_gtls_verifyserver() local
H A Dx509asn1.c935 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 Dpicotls.c279 ptls_hash_algorithm_t *algo = md->native_handle; in ngtcp2_crypto_hkdf() local
/third_party/node/deps/openssl/openssl/apps/
H A Dts.c448 X509_ALGOR *algo = NULL; in create_query() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c744 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

Completed in 23 milliseconds

12