Searched defs:nid (Results 76 - 100 of 157) sorted by relevance

1234567

/freebsd-current/crypto/openssl/crypto/objects/
H A Dobj_dat.c364 int nid = NID_undef; local
414 int i, n = 0, len, nid, first, use_bn; local
568 int nid; local
[all...]
/freebsd-current/crypto/openssh/
H A Dssh_api.c477 _ssh_host_public_key(int type, int nid, struct ssh *ssh) argument
492 _ssh_host_private_key(int type, int nid, struct ssh *ssh) argument
H A Dssh-pkcs11-client.c336 int r, nid; local
H A Dhostfile.c417 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, argument
350 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, struct sshkey *k, int keytype, int nid, const struct hostkey_entry **found) argument
H A Dssh-rsa.c400 int nid, hash_alg, ret = SSH_ERR_INTERNAL_ERROR; local
H A Dsshkey.h195 int nid; member in struct:sshkey_impl
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdacc.c48 nid_t nid; member in struct:hdacc_fg
[all...]
/freebsd-current/contrib/ntp/include/
H A Dntp_crypto.h161 int nid; /* signature/digest ID */ member in struct:cert_info
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_ameth.c32 int nid; local
H A Dec_asn1.c189 int ok = 0, nid; local
H A Dec_key.c64 EC_KEY *EC_KEY_new_by_curve_name(int nid) argument
44 EC_KEY_new_by_curve_name_ex(OSSL_LIB_CTX *ctx, const char *propq, int nid) argument
/freebsd-current/crypto/openssl/crypto/evp/
H A Ddigest.c884 int nid; local
H A Devp_enc.c1499 int nid; local
[all...]
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c84 static int cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid) argument
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_openssl.c298 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
394 openssl_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
635 ossl_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth, const int **nids, int nid) argument
[all...]
/freebsd-current/crypto/openssl/engines/
H A De_afalg.c703 static cbc_handles *get_cipher_handle(int nid) argument
717 static const EVP_CIPHER *afalg_aes_cbc(int nid) argument
747 afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
H A De_ossltest.c492 ossltest_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
525 ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
H A De_padlock.c547 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
/freebsd-current/contrib/tcpdump/
H A Dprint-wb.c169 nd_uint16_t nid; member in struct:pgstate
204 u_int nid; local
/freebsd-current/crypto/openssl/ssl/
H A Dssl_cert.c1106 int ssl_security(const SSL *s, int op, int bits, int nid, void *other) argument
1111 int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, void *other) argument
1028 ssl_security_default_callback(const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex) argument
1117 ssl_cert_lookup_by_nid(int nid, size_t *pidx) argument
[all...]
/freebsd-current/crypto/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) argument
1161 ASN1_TYPE *PKCS7_get_signed_attribute(const PKCS7_SIGNER_INFO *si, int nid) argument
1166 ASN1_TYPE *PKCS7_get_attribute(const PKCS7_SIGNER_INFO *si, int nid) argument
1226 PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value) argument
1232 PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value) argument
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_purp.c589 int nid = OBJ_obj2nid(X509_EXTENSION_get_object(ex)); local
/freebsd-current/crypto/openssl/crypto/property/
H A Dproperty.c58 int nid; member in struct:__anon34
287 static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) 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 *)) argument
379 ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, const void *method) argument
501 ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, const char *prop_query, const OSSL_PROVIDER **prov_rw, void **method) argument
591 ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid) argument
680 ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void **method) 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 *)) argument
[all...]
/freebsd-current/sys/fs/fuse/
H A Dfuse_ipc.c865 fuse_setup_ihead(struct fuse_in_header *ihead, struct fuse_ticket *ftick, uint64_t nid, enum fuse_opcode op, size_t blen, pid_t pid, struct ucred *cred) argument
909 fdisp_refresh_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct mount *mp, uint64_t nid, pid_t pid, struct ucred *cred) argument
926 fdisp_make_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct fuse_data *data, uint64_t nid, pid_t pid, struct ucred *cred) argument
943 fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct mount *mp, uint64_t nid, struct thread *td, struct ucred *cred) argument
/freebsd-current/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c519 int nid; local
580 int nid; local
[all...]

Completed in 187 milliseconds

1234567