Home
last modified time | relevance | path

Searched refs:X509_PKEY (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcrypto/asn1/
H A Dx_pkey.c67 X509_PKEY *
70 X509_PKEY *ret = NULL; in X509_PKEY_new()
72 if ((ret = malloc(sizeof(X509_PKEY))) == NULL) { in X509_PKEY_new()
104 X509_PKEY_free(X509_PKEY *x) in X509_PKEY_free()
/openbsd/lib/libcrypto/x509/
H A Dx509.h264 } X509_PKEY; typedef
270 X509_PKEY *x_pkey;
649 X509_PKEY * X509_PKEY_new(void );
650 void X509_PKEY_free(X509_PKEY *a);