Home
last modified time | relevance | path

Searched defs:md (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/third_party/libexif/libexif/apple/
Dexif-mnote-data-apple.c32 exif_mnote_data_apple_free(ExifMnoteData *md) { in exif_mnote_data_apple_free()
57 exif_mnote_data_apple_load(ExifMnoteData *md, const unsigned char *buf, unsigned int buf_size) { in exif_mnote_data_apple_load()
167 exif_mnote_data_apple_set_offset(ExifMnoteData *md, unsigned int o) { in exif_mnote_data_apple_set_offset()
178 exif_mnote_data_apple_set_byte_order(ExifMnoteData *md , ExifByteOrder o) { in exif_mnote_data_apple_set_byte_order()
201 exif_mnote_data_apple_count(ExifMnoteData *md){ in exif_mnote_data_apple_count()
208 exif_mnote_data_apple_get_id(ExifMnoteData *md, unsigned int i) { in exif_mnote_data_apple_get_id()
219 exif_mnote_data_apple_get_name(ExifMnoteData *md, unsigned int i) { in exif_mnote_data_apple_get_name()
230 exif_mnote_data_apple_get_title(ExifMnoteData *md, unsigned int i) { in exif_mnote_data_apple_get_title()
241 exif_mnote_data_apple_get_description(ExifMnoteData *md, unsigned int i) { in exif_mnote_data_apple_get_description()
252 exif_mnote_data_apple_get_value(ExifMnoteData *md, unsigned int i, char *val, unsigned int maxlen) { in exif_mnote_data_apple_get_value()
[all …]
/third_party/openssl/crypto/evp/
Devp_lib.c731 int EVP_MD_is_a(const EVP_MD *md, const char *name) in EVP_MD_is_a()
740 int evp_md_get_number(const EVP_MD *md) in evp_md_get_number()
745 const char *EVP_MD_get0_description(const EVP_MD *md) in EVP_MD_get0_description()
756 const char *EVP_MD_get0_name(const EVP_MD *md) in EVP_MD_get0_name()
769 int EVP_MD_names_do_all(const EVP_MD *md, in EVP_MD_names_do_all()
779 const OSSL_PROVIDER *EVP_MD_get0_provider(const EVP_MD *md) in EVP_MD_get0_provider()
784 int EVP_MD_get_type(const EVP_MD *md) in EVP_MD_get_type()
789 int EVP_MD_get_pkey_type(const EVP_MD *md) in EVP_MD_get_pkey_type()
794 int EVP_MD_get_block_size(const EVP_MD *md) in EVP_MD_get_block_size()
803 int EVP_MD_get_size(const EVP_MD *md) in EVP_MD_get_size()
[all …]
Ddigest.c416 int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal()
425 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *isize) in EVP_DigestFinal_ex()
473 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF()
647 unsigned char *md, unsigned int *size, const EVP_MD *type, in EVP_Digest()
666 unsigned char *md, size_t *mdlen) in EVP_Q_digest()
715 const OSSL_PARAM *EVP_MD_settable_ctx_params(const EVP_MD *md) in EVP_MD_settable_ctx_params()
771 const OSSL_PARAM *EVP_MD_gettable_ctx_params(const EVP_MD *md) in EVP_MD_gettable_ctx_params()
863 EVP_MD *md = OPENSSL_zalloc(sizeof(*md)); in evp_md_new() local
907 static int evp_md_cache_constants(EVP_MD *md) in evp_md_cache_constants()
939 EVP_MD *md = NULL; in evp_md_from_algorithm() local
[all …]
/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_lib.c731 int EVP_MD_is_a(const EVP_MD *md, const char *name) in EVP_MD_is_a()
740 int evp_md_get_number(const EVP_MD *md) in evp_md_get_number()
745 const char *EVP_MD_get0_description(const EVP_MD *md) in EVP_MD_get0_description()
756 const char *EVP_MD_get0_name(const EVP_MD *md) in EVP_MD_get0_name()
769 int EVP_MD_names_do_all(const EVP_MD *md, in EVP_MD_names_do_all()
779 const OSSL_PROVIDER *EVP_MD_get0_provider(const EVP_MD *md) in EVP_MD_get0_provider()
784 int EVP_MD_get_type(const EVP_MD *md) in EVP_MD_get_type()
789 int EVP_MD_get_pkey_type(const EVP_MD *md) in EVP_MD_get_pkey_type()
794 int EVP_MD_get_block_size(const EVP_MD *md) in EVP_MD_get_block_size()
803 int EVP_MD_get_size(const EVP_MD *md) in EVP_MD_get_size()
[all …]
Ddigest.c416 int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal()
425 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *isize) in EVP_DigestFinal_ex()
473 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF()
647 unsigned char *md, unsigned int *size, const EVP_MD *type, in EVP_Digest()
666 unsigned char *md, size_t *mdlen) in EVP_Q_digest()
715 const OSSL_PARAM *EVP_MD_settable_ctx_params(const EVP_MD *md) in EVP_MD_settable_ctx_params()
771 const OSSL_PARAM *EVP_MD_gettable_ctx_params(const EVP_MD *md) in EVP_MD_gettable_ctx_params()
863 EVP_MD *md = OPENSSL_zalloc(sizeof(*md)); in evp_md_new() local
907 static int evp_md_cache_constants(EVP_MD *md) in evp_md_cache_constants()
939 EVP_MD *md = NULL; in evp_md_from_algorithm() local
[all …]
/third_party/node/deps/openssl/openssl/crypto/sha/
Dsha1_one.c23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1()
38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1()
47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224()
56 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md) in SHA256()
65 unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md) in SHA384()
74 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512()
/third_party/openssl/crypto/sha/
Dsha1_one.c23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1()
38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1()
47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224()
56 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md) in SHA256()
65 unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md) in SHA384()
74 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dsha384-internal.c52 void sha384_init(struct sha384_state *md) in sha384_init()
66 int sha384_process(struct sha384_state *md, const unsigned char *in, in sha384_process()
78 int sha384_done(struct sha384_state *md, unsigned char *out) in sha384_done()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dsha384-internal.c52 void sha384_init(struct sha384_state *md) in sha384_init()
66 int sha384_process(struct sha384_state *md, const unsigned char *in, in sha384_process()
78 int sha384_done(struct sha384_state *md, unsigned char *out) in sha384_done()
/third_party/openssl/crypto/conf/
Dconf_mod.c246 CONF_MODULE *md; in module_run() local
287 CONF_MODULE *md; in module_load_dso() local
480 CONF_MODULE *md; in CONF_modules_unload() local
508 static void module_free(CONF_MODULE *md) in module_free()
579 const char *CONF_imodule_get_name(const CONF_IMODULE *md) in CONF_imodule_get_name()
584 const char *CONF_imodule_get_value(const CONF_IMODULE *md) in CONF_imodule_get_value()
589 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md) in CONF_imodule_get_usr_data()
594 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data) in CONF_imodule_set_usr_data()
599 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md) in CONF_imodule_get_module()
604 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md) in CONF_imodule_get_flags()
[all …]
/third_party/node/deps/openssl/openssl/crypto/conf/
Dconf_mod.c252 CONF_MODULE *md; in module_run() local
293 CONF_MODULE *md; in module_load_dso() local
486 CONF_MODULE *md; in CONF_modules_unload() local
514 static void module_free(CONF_MODULE *md) in module_free()
585 const char *CONF_imodule_get_name(const CONF_IMODULE *md) in CONF_imodule_get_name()
590 const char *CONF_imodule_get_value(const CONF_IMODULE *md) in CONF_imodule_get_value()
595 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md) in CONF_imodule_get_usr_data()
600 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data) in CONF_imodule_set_usr_data()
605 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md) in CONF_imodule_get_module()
610 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md) in CONF_imodule_get_flags()
[all …]
/third_party/openssl/crypto/rsa/
Drsa_schemes.c65 static int md_is_a(const void *md, const char *name) in md_is_a()
70 int ossl_rsa_oaeppss_md2nid(const EVP_MD *md) in ossl_rsa_oaeppss_md2nid()
76 const char *ossl_rsa_oaeppss_nid2name(int md) in ossl_rsa_oaeppss_nid2name()
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_schemes.c65 static int md_is_a(const void *md, const char *name) in md_is_a()
70 int ossl_rsa_oaeppss_md2nid(const EVP_MD *md) in ossl_rsa_oaeppss_md2nid()
76 const char *ossl_rsa_oaeppss_nid2name(int md) in ossl_rsa_oaeppss_nid2name()
/third_party/openssl/ssl/
Dtls13_enc.c34 int tls13_hkdf_expand(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_hkdf_expand()
110 int tls13_derive_key(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_derive_key()
127 int tls13_derive_iv(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_derive_iv()
140 int tls13_derive_finishedkey(SSL *s, const EVP_MD *md, in tls13_derive_finishedkey()
159 int tls13_generate_secret(SSL *s, const EVP_MD *md, in tls13_generate_secret()
246 const EVP_MD *md = ssl_handshake_md(s); in tls13_generate_master_secret() local
260 const EVP_MD *md = ssl_handshake_md(s); in tls13_final_finish_mac() local
333 static int derive_secret_key_and_iv(SSL *s, int sending, const EVP_MD *md, in derive_secret_key_and_iv()
437 const EVP_MD *md = NULL; in tls13_change_cipher_state() local
753 const EVP_MD *md = ssl_handshake_md(s); in tls13_update_key() local
[all …]
/third_party/node/deps/openssl/openssl/providers/common/
Ddigest_to_nid.c23 int ossl_digest_md_to_nid(const EVP_MD *md, const OSSL_ITEM *it, size_t it_len) in ossl_digest_md_to_nid()
40 int ossl_digest_get_approved_nid(const EVP_MD *md) in ossl_digest_get_approved_nid()
/third_party/openssl/providers/common/
Ddigest_to_nid.c23 int ossl_digest_md_to_nid(const EVP_MD *md, const OSSL_ITEM *it, size_t it_len) in ossl_digest_md_to_nid()
40 int ossl_digest_get_approved_nid(const EVP_MD *md) in ossl_digest_get_approved_nid()
/third_party/node/deps/openssl/openssl/ssl/
Dtls13_enc.c34 int tls13_hkdf_expand(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_hkdf_expand()
110 int tls13_derive_key(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_derive_key()
127 int tls13_derive_iv(SSL *s, const EVP_MD *md, const unsigned char *secret, in tls13_derive_iv()
140 int tls13_derive_finishedkey(SSL *s, const EVP_MD *md, in tls13_derive_finishedkey()
159 int tls13_generate_secret(SSL *s, const EVP_MD *md, in tls13_generate_secret()
246 const EVP_MD *md = ssl_handshake_md(s); in tls13_generate_master_secret() local
260 const EVP_MD *md = ssl_handshake_md(s); in tls13_final_finish_mac() local
333 static int derive_secret_key_and_iv(SSL *s, int sending, const EVP_MD *md, in derive_secret_key_and_iv()
430 const EVP_MD *md = NULL; in quic_change_cipher_state() local
641 const EVP_MD *md = NULL; in tls13_change_cipher_state() local
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_vidstabdetect.c36 VSMotionDetect md; member
75 VSMotionDetect *md = &(s->md); in uninit() local
90 VSMotionDetect* md = &(s->md); in config_input() local
146 VSMotionDetect *md = &(s->md); in filter_frame() local
/third_party/openssl/crypto/asn1/
Da_digest.c29 unsigned char *md, unsigned int *len) in ASN1_digest()
56 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ossl_asn1_item_digest_ex()
89 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ASN1_item_digest()
Dx_algor.c74 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
132 int ossl_x509_algor_new_from_md(X509_ALGOR **palg, const EVP_MD *md) in ossl_x509_algor_new_from_md()
147 const EVP_MD *md; in ossl_x509_algor_get_md() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dx_algor.c74 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md()
132 int ossl_x509_algor_new_from_md(X509_ALGOR **palg, const EVP_MD *md) in ossl_x509_algor_new_from_md()
147 const EVP_MD *md; in ossl_x509_algor_get_md() local
Da_digest.c29 unsigned char *md, unsigned int *len) in ASN1_digest()
56 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ossl_asn1_item_digest_ex()
89 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ASN1_item_digest()
/third_party/openssl/providers/implementations/asymciphers/
Dsm2_enc.c45 PROV_DIGEST md; member
73 const EVP_MD *md = ossl_prov_digest_md(&psm2ctx->md); in sm2_get_md() local
86 const EVP_MD *md = sm2_get_md(psm2ctx); in sm2_asym_encrypt() local
107 const EVP_MD *md = sm2_get_md(psm2ctx); in sm2_asym_decrypt() local
166 const EVP_MD *md = ossl_prov_digest_md(&psm2ctx->md); in sm2_get_ctx_params() local
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
Dsm2_enc.c45 PROV_DIGEST md; member
73 const EVP_MD *md = ossl_prov_digest_md(&psm2ctx->md); in sm2_get_md() local
86 const EVP_MD *md = sm2_get_md(psm2ctx); in sm2_asym_encrypt() local
107 const EVP_MD *md = sm2_get_md(psm2ctx); in sm2_asym_decrypt() local
166 const EVP_MD *md = ossl_prov_digest_md(&psm2ctx->md); in sm2_get_ctx_params() local
/third_party/openssl/engines/
De_ossltest.c72 EVP_MD *md; in digest_md5() local
101 EVP_MD *md; in digest_sha1() local
130 EVP_MD *md; in digest_sha256() local
164 EVP_MD *md; in digest_sha384() local
186 EVP_MD *md; in digest_sha512() local
224 const EVP_MD *md; in ossltest_digest_nids() local
554 static void fill_known_data(unsigned char *md, unsigned int len) in fill_known_data()
580 static int digest_md5_final(EVP_MD_CTX *ctx, unsigned char *md) in digest_md5_final()
604 static int digest_sha1_final(EVP_MD_CTX *ctx, unsigned char *md) in digest_sha1_final()
628 static int digest_sha256_final(EVP_MD_CTX *ctx, unsigned char *md) in digest_sha256_final()
[all …]

12345678910>>...24