Searched refs:X509_SIG (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/crypto/openssl/crypto/asn1/ |
| HD | x_sig.c | 64 ASN1_SEQUENCE(X509_SIG) = { 65 ASN1_SIMPLE(X509_SIG, algor, X509_ALGOR), 66 ASN1_SIMPLE(X509_SIG, digest, ASN1_OCTET_STRING) 67 } ASN1_SEQUENCE_END(X509_SIG) 69 IMPLEMENT_ASN1_FUNCTIONS(X509_SIG)
|
| HD | n_pkey.c | 83 X509_SIG *enckey; 89 ASN1_SIMPLE(NETSCAPE_ENCRYPTED_PKEY, enckey, X509_SIG)
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | d2i_X509_SIG.pod | 11 X509_SIG *d2i_X509_SIG(X509_SIG **a, unsigned char **pp, long length); 12 int i2d_X509_SIG(X509_SIG *a, unsigned char **pp); 16 These functions decode and encode an X509_SIG structure which is
|
| /NextBSD/crypto/openssl/crypto/x509/ |
| HD | x_all.c | 446 X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8) in d2i_PKCS8_fp() 448 return ASN1_d2i_fp_of(X509_SIG, X509_SIG_new, d2i_X509_SIG, fp, p8); in d2i_PKCS8_fp() 451 int i2d_PKCS8_fp(FILE *fp, X509_SIG *p8) in i2d_PKCS8_fp() 453 return ASN1_i2d_fp_of(X509_SIG, i2d_X509_SIG, fp, p8); in i2d_PKCS8_fp() 457 X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8) in d2i_PKCS8_bio() 459 return ASN1_d2i_bio_of(X509_SIG, X509_SIG_new, d2i_X509_SIG, bp, p8); in d2i_PKCS8_bio() 462 int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8) in i2d_PKCS8_bio() 464 return ASN1_i2d_bio_of(X509_SIG, i2d_X509_SIG, bp, p8); in i2d_PKCS8_bio()
|
| HD | x509.h | 166 } X509_SIG; typedef 696 X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8); 697 int i2d_PKCS8_fp(FILE *fp, X509_SIG *p8); 735 X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8); 736 int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8); 805 DECLARE_ASN1_FUNCTIONS(X509_SIG)
|
| /NextBSD/crypto/openssl/crypto/pem/ |
| HD | pem_pk8.c | 115 X509_SIG *p8; in do_pk8pkey() 163 X509_SIG *p8 = NULL; in d2i_PKCS8PrivateKey_bio() 255 IMPLEMENT_PEM_rw(PKCS8, X509_SIG, PEM_STRING_PKCS8, X509_SIG)
|
| HD | pem_pkey.c | 106 X509_SIG *p8; in PEM_read_bio_PrivateKey()
|
| HD | pem.h | 459 DECLARE_PEM_rw(PKCS8, X509_SIG)
|
| /NextBSD/crypto/openssl/crypto/pkcs12/ |
| HD | p12_p8e.c | 64 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt() 69 X509_SIG *p8 = NULL; in PKCS8_encrypt()
|
| HD | pkcs12.h | 103 X509_SIG *dinfo; 119 X509_SIG *shkeybag; /* shrouded key bag */ 180 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, 184 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
|
| HD | p12_asn.c | 76 ASN1_SIMPLE(PKCS12_MAC_DATA, dinfo, X509_SIG), 102 ADB_ENTRY(NID_pkcs8ShroudedKeyBag, ASN1_EXP(PKCS12_SAFEBAG, value.shkeybag, X509_SIG, 0)),
|
| HD | p12_p8d.c | 64 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, in PKCS8_decrypt()
|
| HD | p12_npas.c | 203 X509_SIG *p8new; in newpass_bag()
|
| /NextBSD/crypto/openssl/crypto/rsa/ |
| HD | rsa_sign.c | 73 X509_SIG sig; in RSA_sign() 152 static int rsa_check_digestinfo(X509_SIG *sig, const unsigned char *dinfo, in rsa_check_digestinfo() 175 X509_SIG *sig = NULL; in int_rsa_verify()
|
| /NextBSD/crypto/openssl/engines/ |
| HD | e_4758cca.c | 626 X509_SIG sig; in cca_rsa_verify() 739 X509_SIG sig; in cca_rsa_sign()
|
| /NextBSD/crypto/openssl/apps/ |
| HD | pkcs8.c | 84 X509_SIG *p8 = NULL; in MAIN()
|
| /NextBSD/crypto/openssl/util/ |
| HD | indent.pro | 575 -T X509_SIG
|