Lines Matching refs:crypto
50 set(ENABLE_OPENSSL OFF CACHE BOOL "Enable OpenSSL crypto engine")
73 crypto/cipher/cipher.c
74 crypto/cipher/null_cipher.c
79 crypto/cipher/aes_icm_ossl.c
80 crypto/cipher/aes_gcm_ossl.c
84 crypto/cipher/aes.c
85 crypto/cipher/aes_icm.c
90 crypto/hash/auth.c
91 crypto/hash/null_auth.c
96 crypto/hash/hmac_ossl.c
100 crypto/hash/hmac.c
101 crypto/hash/sha1.c
106 crypto/kernel/alloc.c
107 crypto/kernel/crypto_kernel.c
108 crypto/kernel/err.c
109 crypto/kernel/key.c
113 crypto/math/datatypes.c
114 crypto/math/stat.c
118 crypto/replay/rdb.c
119 crypto/replay/rdbx.c
120 crypto/replay/ut_sim.c
124 crypto/include/aes.h
125 crypto/include/aes_icm.h
126 crypto/include/alloc.h
127 crypto/include/auth.h
128 crypto/include/cipher.h
129 crypto/include/cipher_types.h
130 crypto/include/crypto_kernel.h
131 crypto/include/crypto_types.h
132 crypto/include/datatypes.h
133 crypto/include/err.h
134 crypto/include/hmac.h
135 crypto/include/integers.h
136 crypto/include/key.h
137 crypto/include/null_auth.h
138 crypto/include/null_cipher.h
139 crypto/include/rdb.h
140 crypto/include/rdbx.h
141 crypto/include/sha1.h
142 crypto/include/stat.h
173 target_include_directories(srtp2 PUBLIC crypto/include include)
182 install(FILES include/srtp.h crypto/include/auth.h
183 crypto/include/cipher.h
184 crypto/include/cipher_types.h