Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 9 of 9) sorted by relevance

/openssl/providers/implementations/include/prov/
H A Dciphercommon_aead.h18 # define IMPLEMENT_aead_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ argument
19 static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lc##_get_params; \
20 static int alg##_##kbits##_##lc##_get_params(OSSL_PARAM params[]) \
25 static OSSL_FUNC_cipher_newctx_fn alg##kbits##lc##_newctx; \
26 static void * alg##kbits##lc##_newctx(void *provctx) \
28 return alg##_##lc##_newctx(provctx, kbits); \
30 static void * alg##kbits##lc##_dupctx(void *src) \
32 return alg##_##lc##_dupctx(src); \
34 const OSSL_DISPATCH ossl_##alg##kbits##lc##_functions[] = { \
35 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))alg##kbits##lc##_newctx }, \
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.c253 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ argument
254 static OSSL_FUNC_cipher_newctx_fn alg##kbits##lc##_newctx; \
255 static OSSL_FUNC_cipher_freectx_fn alg##_##lc##_freectx; \
256 static OSSL_FUNC_cipher_dupctx_fn lc##_dupctx; \
257 static OSSL_FUNC_cipher_encrypt_init_fn lc##_einit; \
258 static OSSL_FUNC_cipher_decrypt_init_fn lc##_dinit; \
259 static OSSL_FUNC_cipher_update_fn lc##_stream_update; \
260 static OSSL_FUNC_cipher_final_fn lc##_stream_final; \
261 static OSSL_FUNC_cipher_cipher_fn lc##_cipher; \
262 static OSSL_FUNC_cipher_get_params_fn alg##_##kbits##_##lc##_get_params; \
[all …]
H A Dcipher_aes_gcm_siv.c280 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) … argument
281 static OSSL_FUNC_cipher_newctx_fn ossl_##alg##kbits##_##lc##_newctx; …
282 static OSSL_FUNC_cipher_freectx_fn ossl_##alg##_##lc##_freectx; …
283 static OSSL_FUNC_cipher_dupctx_fn ossl_##alg##_##lc##_dupctx; …
284 static OSSL_FUNC_cipher_encrypt_init_fn ossl_##alg##_##lc##_einit; …
285 static OSSL_FUNC_cipher_decrypt_init_fn ossl_##alg##_##lc##_dinit; …
286 static OSSL_FUNC_cipher_update_fn ossl_##alg##_##lc##_stream_update; …
287 static OSSL_FUNC_cipher_final_fn ossl_##alg##_##lc##_stream_final; …
288 static OSSL_FUNC_cipher_cipher_fn ossl_##alg##_##lc##_cipher; …
289 static OSSL_FUNC_cipher_get_params_fn ossl_##alg##_##kbits##_##lc##_get_params; …
[all …]
/openssl/crypto/
H A Dia64cpuid.S66 .save ar.lc,r3
68 mov r3=ar.lc
73 mov ar.lc=96 };;
138 mov ar.lc=r3
190 .save ar.lc,r3
191 mov r3=ar.lc
198 mov ar.lc=r10
212 mov ar.lc=r3 };;
/openssl/crypto/bn/asm/
H A Dia64.S190 .save ar.lc,r3
191 mov r3=ar.lc
199 mov ar.lc=r10
243 .save ar.lc,r3
244 mov r3=ar.lc
252 mov ar.lc=r10
306 .save ar.lc,r3
307 mov r3=ar.lc
364 mov ar.lc=r10
462 mov ar.lc=r3
[all …]
/openssl/apps/
H A Dtsget.in110 if (lc($ct) ne "application/timestamp-reply"
111 && lc($ct) ne "application/timestamp-response") {
/openssl/crypto/aes/asm/
H A Daes-ia64.S113 mov ar.lc=te3 }
301 .save ar.lc,lcsave
302 mov lcsave=ar.lc };;
329 mov ar.lc=lcsave };;
415 mov ar.lc=lcsave }//;;
490 mov ar.lc=te3 }
678 .save ar.lc,lcsave
679 mov lcsave=ar.lc };;
706 mov ar.lc=lcsave };;
792 mov ar.lc=lcsave }//;;
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S119 .save ar.lc,r3
120 mov r3=ar.lc
145 mov ar.lc=r34
269 mov ar.lc=r3 };;
/openssl/test/
H A Dbuild.info1247 next if grep { $_ eq lc("$name.h") } @nogo_headers;
1248 next if grep { lc("$name.h") =~ m/$_/i } @nogo_headers_re;

Completed in 27 milliseconds