Lines Matching defs:len
96 int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len)
107 if (d2i_X509(&x, &d, (long)len)== NULL) {
193 long len)
200 if ((pkey = d2i_PrivateKey_ex(type, NULL, &p, (long)len, ssl->ctx->libctx,
323 int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, const unsigned char *d)
334 if (d2i_X509(&x, &d, (long)len) == NULL) {
395 const unsigned char *d, long len)
402 if ((pkey = d2i_PrivateKey_ex(type, NULL, &p, (long)len, ctx->libctx,
875 /* 4 byte header: 2 bytes type, 2 bytes len */
883 /* 8 byte header: 4 bytes context, 2 bytes type, 2 bytes len */