Searched refs:kstr (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libcrypto/pem/
H A Dpem_pk8.c71 const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u);
73 const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u);
82 PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr, argument
85 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u);
91 char *kstr, int klen, pem_password_cb *cb, void *u)
93 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u);
99 char *kstr, int klen, pem_password_cb *cb, void *u)
101 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u);
107 char *kstr, int klen, pem_password_cb *cb, void *u)
109 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, kle
90 PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
98 i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
106 i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
114 do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
199 i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
207 i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
215 PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid, char *kstr, int klen, pem_password_cb *cb, void *u) argument
223 PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u) argument
231 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...]
H A Dpem.h171 unsigned char *kstr, int klen, pem_password_cb *cb, \
174 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
179 unsigned char *kstr, int klen, pem_password_cb *cb, \
182 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
206 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
208 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); \
213 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
215 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,enc,kstr,klen,cb,u); \
266 unsigned char *kstr, int klen, pem_password_cb *cb, void *u);
281 unsigned char *kstr, in
[all...]
H A Dpem_pkey.c150 unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
154 (char *)kstr, klen, cb, u);
156 return PEM_write_bio_PrivateKey_traditional(bp, x, enc, kstr, klen, cb,
163 const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
171 pem_str, bp, x, enc, kstr, klen, cb, u);
250 unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
259 ret = PEM_write_bio_PrivateKey(b, x, enc, kstr, klen, cb, u);
149 PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
162 PEM_write_bio_PrivateKey_traditional(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
249 PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
H A Dpem_all.c296 unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
299 x, enc, kstr, klen, cb, u);
315 const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
319 x, enc, kstr, klen, cb, u);
421 unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
424 x, enc, kstr, klen, cb, u);
440 const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
444 x, enc, kstr, klen, cb, u);
578 unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
581 x, enc, kstr, kle
295 PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
314 PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
420 PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
439 PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
577 PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
595 PEM_write_bio_ECPrivateKey(BIO *bp, EC_KEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
H A Dpem_lib.c326 const EVP_CIPHER *enc, unsigned char *kstr, int klen,
337 ret = PEM_ASN1_write_bio(i2d, name, b, x, enc, kstr, klen, callback, u);
345 const EVP_CIPHER *enc, unsigned char *kstr, int klen,
380 if (kstr == NULL) {
389 kstr = (unsigned char *)buf;
398 if (!EVP_BytesToKey(enc, EVP_md5(), iv, kstr, klen, 1,
402 if (kstr == (unsigned char *)buf)
325 PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, void *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *callback, void *u) argument
344 PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *callback, void *u) argument
H A Dpem_info.c298 unsigned char *kstr, int klen, pem_password_cb *cb, void *u)
364 enc, kstr, klen, cb, u) <= 0)
297 PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
/openbsd-current/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/
H A DRefHash.pm179 my $kstr = Scalar::Util::refaddr($k);
180 if (defined $s->[0]{$kstr}) {
181 $s->[0]{$kstr}[1];
/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c806 unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, const char *kstr) argument
811 kstr, OBJ_nid2ln(pkey->type));

Completed in 214 milliseconds