HomeSort by: relevance | last modified time | path
    Searched defs:crypto_int32 (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
crypto_api.h 19 typedef int32_t crypto_int32; typedef
sntrup761.c 23 #define int32 crypto_int32
28 extern volatile crypto_int32 crypto_int32_optblocker;
554 /* from supercop-20240808/cryptoint/crypto_int32.h */
561 #define crypto_int32 int32_t macro
568 crypto_int32 crypto_int32_load(const unsigned char *crypto_int32_s) {
569 crypto_int32 crypto_int32_z = 0;
570 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 0;
571 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 8;
572 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 16;
573 crypto_int32_z |= ((crypto_int32) (*crypto_int32_s++)) << 24
    [all...]

Completed in 24 milliseconds