Coverage report: /home/ellis/comp/core/ffi/aws-lc/aws-lc.lisp
Kind | Covered | All | % |
expression | 0 | 11 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; aws-lc.lisp --- AWS-LC Alien Routines
8
(defar ("ASN1_STRING_data" asn1-string-data) (* unsigned-char)
11
(defar ("ASN1_STRING_length" asn1-string-length) int
14
(defar ("ASN1_STRING_type" asn1-string-type) int
17
(defar ("ASN1_STRING_free" asn1-string-free) void
20
(defar ("ASN1_TIME_check" asn1-time-check) int
23
(defar ("ASN1_UTCTIME_check" asn1-utctime-check) int
26
(defar ("d2i_X509" d2i-x509) (* x509)
28
(inp (* (* unsigned-char)))
31
(defar ("ERR_get_error" err-get-error) unsigned-int)
33
(defar ("ERR_error_string" err-error-string) c-string
37
(defconstant +err-error-string-buf-len+ 120)