Home
last modified time | relevance | path

Searched defs:nid (Results 401 - 425 of 909) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/f2fs-tools/fsck/
H A Dresize.c285 int nid, ret, new_max_nid; in shrink_nats() local
334 int nid, ret, new_max_nid; in migrate_nat() local
[all...]
H A Ddump.c41 nid_t nid; in nat_dump() local
294 dump_node_blk(struct f2fs_sb_info *sbi, int ntype, u32 nid, u32 addr_per_block, u64 *ofs) dump_node_blk() argument
422 dump_inode_blk(struct f2fs_sb_info *sbi, u32 nid, struct f2fs_node *node_blk) dump_inode_blk() argument
542 dump_node_scan_disk(struct f2fs_sb_info *sbi, nid_t nid) dump_node_scan_disk() argument
575 dump_node(struct f2fs_sb_info *sbi, nid_t nid, int force) dump_node() argument
793 nid_t nid; dump_info_from_blkaddr() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_ec.cc42 int nid = EC_curve_nist2nid(name); in GetCurveFromName() local
49 int nid; in GetOKPCurveFromName() local
145 int nid = OBJ_sn2nid(*curve); New() local
409 int nid = OBJ_sn2nid(*curve); ConvertKey() local
806 const int nid = EC_GROUP_get_curve_name(group); ExportJWKEcKey() local
928 int nid = GetCurveFromName(*curve); ImportJWKEcKey() local
996 int nid = EC_GROUP_get_curve_name(group); GetEcKeyDetail() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.c52 nghttp3_node_id nid; in nghttp3_stream_new() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c84 static int cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid) in cmp_ctx_set_md() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c1106 int ssl_security(const SSL *s, int op, int bits, int nid, void *other) in ssl_security() argument
1111 int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, void *other) in ssl_ctx_security() argument
1028 ssl_security_default_callback(const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex) ssl_security_default_callback() argument
1117 ssl_cert_lookup_by_nid(int nid, size_t *pidx) ssl_cert_lookup_by_nid() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_purp.c589 int nid = OBJ_obj2nid(X509_EXTENSION_get_object(ex)); in ossl_x509v3_cache_extensions() local
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c703 static cbc_handles *get_cipher_handle(int nid) in get_cipher_handle() argument
717 static const EVP_CIPHER *afalg_aes_cbc(int nid) in afalg_aes_cbc() argument
747 afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) afalg_ciphers() argument
[all...]
H A De_ossltest.c492 ossltest_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) ossltest_digests() argument
525 ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) ossltest_ciphers() argument
H A De_padlock.c547 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) padlock_ciphers() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c1499 int nid; in set_legacy_nid() local
[all...]
H A Ddigest.c884 int nid; in set_legacy_nid() local
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c28 int nid = OBJ_obj2nid(p7->type); variable
677 static BIO *PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid) in PKCS7_find_digest() argument
1161 ASN1_TYPE *PKCS7_get_signed_attribute(const PKCS7_SIGNER_INFO *si, int nid) in PKCS7_get_signed_attribute() argument
1166 ASN1_TYPE *PKCS7_get_attribute(const PKCS7_SIGNER_INFO *si, int nid) in PKCS7_get_attribute() argument
1226 PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value) PKCS7_add_signed_attribute() argument
1232 PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value) PKCS7_add_attribute() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c58 int nid; member
287 static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) in ossl_method_store_retrieve() argument
297 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument
379 ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, const void *method) ossl_method_store_remove() argument
501 ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, const char *prop_query, const OSSL_PROVIDER **prov_rw, void **method) ossl_method_store_fetch() argument
591 ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid) ossl_method_cache_flush() argument
680 ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void **method) ossl_method_store_cache_get() argument
710 ossl_method_store_cache_set(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_cache_set() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_smime.c864 int nid = OBJ_obj2nid(CMS_get0_type(cms)); in CMS_decrypt() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c189 int ok = 0, nid; in ec_asn1_group2fieldid() local
H A Dec_ameth.c32 int nid; in eckey_param2type() local
H A Dec_key.c64 EC_KEY *EC_KEY_new_by_curve_name(int nid) in EC_KEY_new_by_curve_name() argument
44 EC_KEY_new_by_curve_name_ex(OSSL_LIB_CTX *ctx, const char *propq, int nid) EC_KEY_new_by_curve_name_ex() argument
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c298 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) openssl_ciphers() argument
394 openssl_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) openssl_digests() argument
635 ossl_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth, const int **nids, int nid) ossl_pkey_meths() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_smime.c864 int nid = OBJ_obj2nid(CMS_get0_type(cms)); in CMS_decrypt() local
/third_party/openssl/crypto/ec/
H A Dec_asn1.c189 int ok = 0, nid; in ec_asn1_group2fieldid() local
H A Dec_ameth.c32 int nid; in eckey_param2type() local
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c84 static int cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid) in cmp_ctx_set_md() argument
/third_party/openssl/crypto/evp/
H A Ddigest.c884 int nid; in set_legacy_nid() local
/third_party/openssl/crypto/engine/
H A Deng_openssl.c298 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) openssl_ciphers() argument
394 openssl_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) openssl_digests() argument
635 ossl_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth, const int **nids, int nid) ossl_pkey_meths() argument
[all...]

Completed in 36 milliseconds

1...<<11121314151617181920>>...37