Searched defs:nid (Results 1 - 25 of 113) sorted by relevance

12345

/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_x931.c158 int RSA_X931_hash_id(int nid) argument
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dasn_moid.c113 int nid; local
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Dtb_cipher.c113 ENGINE *ENGINE_get_cipher_engine(int nid) argument
119 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid) argument
H A Dtb_digest.c113 ENGINE *ENGINE_get_digest_engine(int nid) argument
119 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid) argument
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_v3.c183 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, argument
H A Dx509_att.c211 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, argument
H A Dx509_ext.c74 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos) argument
99 void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx) argument
104 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, argument
120 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos) argument
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx) argument
155 X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, unsigned long flags) argument
167 X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos) argument
198 X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx) argument
203 X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit, unsigned long flags) argument
[all...]
H A Dx509name.c67 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len) argument
98 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos) argument
186 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, argument
294 X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, argument
/macosx-10.10/OpenSSL098-52/src/demos/
H A Dselfsign.c162 int nid; local
/macosx-10.10/OpenSSH-189/openssh/
H A Dkexecdh.c59 int nid = kex_ecdh_name_to_nid(kexname); local
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Devp_pbe.c116 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, argument
H A Devp_lib.c125 int nid; local
/macosx-10.10/OpenSSL098-52/src/crypto/pem/
H A Dpem_pk8.c84 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, argument
105 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, argument
112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, argument
190 i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
197 PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
210 do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_crt.c70 static int copy_bag_attr(PKCS12_SAFEBAG *bag, EVP_PKEY *pkey, int nid) argument
/macosx-10.10/OpenSSL098-52/src/demos/x509/
H A Dmkcert.c132 int nid; local
153 int add_ext(X509 *cert, int nid, char *value) argument
H A Dmkreq.c123 int nid; local
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dec.c86 EC_GROUP_new_by_curve_name(int nid) argument
91 EC_KEY_new_by_curve_name(EC_GROUP_ID nid) argument
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Did2entry.c36 ID nid; local
106 ID nid; local
198 ID nid; local
/macosx-10.10/OpenSSL098-52/src/crypto/cms/
H A Dcms_att.c68 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, argument
134 int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, argument
105 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
171 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
/macosx-10.10/OpenSSL098-52/src/crypto/ecdh/
H A Decdhtest.c123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) argument
/macosx-10.10/OpenSSL098-52/src/crypto/ocsp/
H A Docsp_lib.c103 int nid; local
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_lib.c92 X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid) argument
110 int nid; local
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Decdhtest.c123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) argument
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_dh.c209 int nid; local
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_x509attr.c148 int nid; local

Completed in 174 milliseconds

12345