Skip to content

Commit

Permalink
Add Doxygen doc words to lexicon.txt. (#66)
Browse files Browse the repository at this point in the history
* Change .doxy to .dox for consistency.

* Add Doxygen doc words to lexicon.txt.

* Remove  todo comment.

Co-authored-by: Carl Lundin <lundinc@amazon.com>
  • Loading branch information
sarenameas and lundinc2 committed Dec 13, 2020
1 parent 65aaf56 commit 982b836
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ INPUT_ENCODING = UTF-8

FILE_PATTERNS = *.c \
*.h \
*.doxy
*.dox

# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
Expand Down
File renamed without changes.
22 changes: 21 additions & 1 deletion lexicon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ app
asn
aws
bbool
br
bytehashedmessage
bytehashoidbuffer
cancelfunction
cert
ck
cka
ckc
Expand All @@ -22,6 +24,7 @@ ckr
closeallsessions
closesession
codesignkey
colspan
com
config
configlabel
Expand Down Expand Up @@ -67,16 +70,21 @@ einvalidhandle
encryptfinal
encryptinit
encryptupdate
enddot
endif
enums
existance
exportable
fillcolor
findobject
findobjects
findobjectsfinal
findobjectsinit
fontname
fontsize
fopen
freertos
gcc
gen
generatekey
generatekeypair
Expand All @@ -94,10 +102,13 @@ getsessioninfo
getslotinfo
getslotlist
gettokeninfo
github
helvetica
hkey
hobject
href
hsession
hsm
html
http
https
Expand All @@ -116,12 +127,15 @@ keypair
len
linux
lookedup
mainpage
malloc
mbed
mbedtls
md
mdash
memcpy
memset
microcontroller
misra
mutex
mutext
Expand All @@ -132,8 +146,10 @@ ny
objectlist
oid
ok
onboard
opensession
org
os
palfile
papplication
param
Expand All @@ -160,6 +176,7 @@ pki
pkimbedtlssignaturetopkcs
pkipkcs
pmechanism
png
ppart
ppclabel
ppfunctionlist
Expand All @@ -169,6 +186,7 @@ ppucdata
ppxlabel
ppxslotid
pre
priv
prvcheckvalidsessionandmodule
prvfindobjectinlistbyhandle
prvgetexistingkeycomponent
Expand Down Expand Up @@ -213,6 +231,7 @@ queryable
randomdata
rcvt
rfc
rm
rng
rowspan
rsa
Expand All @@ -237,13 +256,14 @@ sizeof
slotid
staticsemaphore
stdint
stdlib
struct
sublicense
synchapi
td
tls
todo
tokenpresent
toolchain
tr
ucsigcomponentlength
uctemp
Expand Down
1 change: 0 additions & 1 deletion source/portable/mbedtls/core_pkcs11_mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,6 @@ static CK_RV prvSaveDerKeyToPal( mbedtls_pk_context * pxMbedContext,
}
else
{
/* TODO: Update this case for certificate. */
LogWarn( ( "Trying to destroy an object with an unknown label." ) );
}

Expand Down

0 comments on commit 982b836

Please sign in to comment.