HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_cfb128_1_encrypt (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/modes/
cfb.c 201 void CRYPTO_cfb128_1_encrypt(const uint8_t *in, uint8_t *out, size_t bits,
internal.h 354 /* CRYPTO_cfb128_1_encrypt encrypts (or decrypts, if |enc| is zero) |len| bytes
357 void CRYPTO_cfb128_1_encrypt(const uint8_t *in, uint8_t *out, size_t bits,

Completed in 130 milliseconds