This file is indexed.

/usr/share/gambas3/info/gb.openssl.info is in gambas3-gb-openssl 3.8.4-2ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
#.Cipher.Method


Decrypt
M
s
(Cipher)CipherText
DecryptSalted
M
s
(Cipher)s(Password)s
Encrypt
M
CipherText
(Plain)s[(Key)s(InitVector)s]
EncryptSalted
M
s
(Plain)s(Password)s[(Salt)s]
IvLength
R
i

KeyLength
R
i

#.Digest.Method


Hash
M
s
(Data)s
_call
M
s
(Data)s
#Cipher


IsSupported
M
b
(Method)s
_exit
M


_get
M
.Cipher.Method
(Method)s
_init
M


List
R
String[]

#CipherText

C
_free
m


_new
m

(Cipher)s(Key)s(InitVector)s
Cipher
r
s

InitVector
r
s

Key
r
s

#Digest


IsSupported
M
b
(Method)s
_exit
M


_get
M
.Digest.Method
(Method)s
_init
M


List
R
String[]

#HMac


RipeMD160
C
i
117
Sha1
C
i
64
_call
M
s
(Key)s(Data)s[(Method)i]